I am doing a web project in VS 2010 and I am quite new to programming. I was just wondering how to display the data from a datatable or dataset in the web page once button_click event is fired/clicked?
Please help!
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.
Here is a quick code sample to get you started:
ASPX
C#
There are so many different ways to go about what you are trying to do but the above will give you a quick introduction.