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 use MSSql as backend in asp.net...if yes then How.?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Is asp.net a programming language or framework?
How can you pass multiple complex types in Web API?
How to use a Master Database in Asp.net?
What do you understand by aggregate dependency?
What do you mean by query string?
Explain the difference between Web Garden and Web Farm?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Explain the difference between Repeater and Data list control in ASP.NET?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is the life-span of the items in the viewstate?
Write the different features of a Thread and a Process?
Explain about the Class view window?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?