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 are the validation controls available in ASP.NET?
What do you mean by serialize and marshalbyref?
What are the different kinds of assemblies?
What is application Object?
Define web services in asp.net.
How do I open an ashx file?
How many types of Cookies are available in ASP.NET?
What is the use of session in web application?
Explain automatic memory management in .net.
Why web api is better than wcf?
What are the types of session in asp.net?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How can we prevent browser from caching an aspx page?
What are Master Pages in ASP.NET?
Define repository pattern in asp.net mvc? : asp.net mvc