![]() |
unable to display stored data(asp.net)
I wanna to fatching data from SQL server,and display that on textbox.so what's code for this in asp.net.
abhinavjain |
Hey,
if you finlay use a DataTable object you can get a special field like below..... TextBox.Text=dataTableObject.Rows[0]["columnNme"].ToString(); //Rows[0]["columnName"] determines your field. -------------------------------------------- Mehdi. |
here what's the meaning of "datatableobject"
abhinavjain |
Can you keep this topic to a single thread please?
|
| All times are GMT -4. The time now is 07:40 PM. |
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
© 2013 John Wiley & Sons, Inc.