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


Please Help Members By Posting Answers For Below Questions

What are the validation controls available in ASP.NET?

746


What do you mean by serialize and marshalbyref?

789


What are the different kinds of assemblies?

741


What is application Object?

808


Define web services in asp.net.

769


How do I open an ashx file?

782


How many types of Cookies are available in ASP.NET?

846


What is the use of session in web application?

710


Explain automatic memory management in .net.

793


Why web api is better than wcf?

811


What are the types of session in asp.net?

730


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

1791


How can we prevent browser from caching an aspx page?

713


What are Master Pages in ASP.NET?

798


Define repository pattern in asp.net mvc? : asp.net mvc

728