Can you have a textbox with a word in it and pass this to a SQL stored procedure? I want to use a stored procedure but I am trying to create a search page so I guess I am trying to find out how to keep a stored procedure, but pass the value of the textbox to the stored procedure.
Share
Yes, quite easily, here is a complete article with examples
Here is the relevant code snippet:
The category name can be set from your control’s text property.