How we can bind textbox,listbox and datagrid to sql server
database in asp.net using visualstudio.net language (vb.net)?
Answer Posted / ninad
TextBox1.Text=Dataset.Tables(0).Rows(0).Columns(0);
Textbox1.DataBind();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is validation in asp.net?
Explain the use of resource manager class in .net.
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Disable Mouse right click on web page in asp.net?
Which .NET framework supports Web API?
What is cookieless session id explain in brief?
How do I send an email message from my ASP.NET page?
What is custom attribute? How to create?
What are the disadvantages of view state?
Is there any property names “isnavigating”?
In a Repeater control how one can provide an alternating color scheme ?
Can I stream live content/events?
How many languages are supported by .NET at present time?