I have a stored procedure which returns a recordset. How can I show that recordset data in a table on a site on C#? A hint or a tutorial link would be appreciated.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are many, many ways to do this, depending on your technology. Assuming you’re using Visual Studio, the quickest (quick and dirty) might be to drag an ObjectDataSource or SqlDataSource onto the design surface and bind a component directly to it.
Here’s a sample link: http://msdn.microsoft.com/en-us/library/aa479341.aspx