QueryString & Asp Labels for Sql db

Discussion in 'ASP.NET 2.0' started by zoots, Nov 2, 2010.

  1. Hello everyone

    I am new to ASP.NET & C#. I have managed to create a form with asp labels in it. These labels are meant to display data from a SQL Server 2005 table through stored procedures. I have all the stored procedures and SQL table column names in place that I would need to point the asp label texts in. The whole form is triggered through the ProductID. Hence I need a query string for the user to input a ProductID in an asp label, once the user does this, I want the form to populate all the data through in the various asp labels in the form for that particular ProductID. Also would I be directing the asp:labels to the stored procedures dataset in the Pageload/PageInit/BLLFiles(cs page)? Any ideas? I'm stuck here so any help here would be highly appreciated. Thanks
     

Share This Page