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
Can we handle the error and redirect to some pages using web.config?
What permissions do asp.net applications posses by default?
Explain MVC model binders?
What is asp.net ajax?
What is semantic gap?
what are the ihttphandler and ihttphandlerfactory interfaces ?
A Web Service Can Only Be Written In .net. Is it True??
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is xaml? Are xaml file compiled or built on runtime?
Explain the difference between webfarm and webgardens in .net?
Using code explain Configuration Management
What is is post back property in asp net?
What are the ways of preserving data on a Web Form in ASP.NET?
What is datagrid asp.net?
What is application and session in asp.net?