In this final video we will put our search feature to use.
We will use a Details view from our toolbox and bind out ASPNETDB database to this control.
Because we're pulling information back from multiple tables we will create a custom query...HOWEVER, because we created our query in a stored procedure we will attach that stored procedure instead of typing out the query in the editor.
Using Stored Procedures is great if you are going to allow particular features to run on multiple web pages, instead of retyping the query on every page you want to allow it you would just attach the stored procedure and you're good to go.
Link to this comment:
All Comments (0)