c# form application procedure usage

Viewed 37

I'm working with a c# windows form application (ASP.Net) and I want to transfer the ID textbox I chose from a different form, filter the data in the texbox with a procedure and transfer it to a datagridview. Can anyone briefly show how to use the procedure?

0 Answers
Related