data on labels
how to get Database Data on labels using stored procedure?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akash BhimaniPosted Oct 27, 2013, 7:13 AM
http://stackoverflow.com/questions/14233640/retrieve-data-from-database-and-count-second-row-and-show-it-in-label
Sunny SharmaPosted Oct 27, 2013, 6:58 AM
Refer to these links below, they will help you learn and achieve that:
http://hightechnology.in/how-to-bind-data-to-textbox-and-label-in-asp-net/
http://forums.asp.net/post/3412565.aspx
In order to use Stored Procedure instead of command text, specify your command type as StoredProcedure and put it's name in place of the command text, like:
Happy Learning :)
romasha aliPosted Oct 26, 2013, 5:33 PM
romasha aliPosted Oct 26, 2013, 5:10 PM
Sunny SharmaPosted Oct 26, 2013, 4:45 PM