How we can bind textbox,listbox and datagrid to sql server
database in asp.net using visualstudio.net language (vb.net)?
Answer Posted / kulal
hai..,
use a textbox and a dataset for fetching data from the
database,and bind to the textbox
textbox1.text = dataset.Tables(0).Rows(0).Item(1)
textbox1.databind
| Is This Answer Correct ? | 17 Yes | 25 No |
Post New Answer View All Answers
What do you mean by authorization?
What is asp.net localization?
What are different methods of session maintenance in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
Write the different features of a Thread and a Process?
Web API uses which library for JSON serialization?
Is there any alternative to avoid name collisions other then Namespaces?
What are the major built-in objects in ASP.NET?
How to use ipostback?
Define viewstate in .net?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is a session government?
How does exception management works in ASP.NET?
What is session state server?