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 is query string? What are its advantages and limitations?

740


What is dynamic web page with example?

729


Why select Web API?

739


Why SessionID changes in every request in asp.net?

756


What are the Difference between asp.net and asp ?

777


Can we make activex dll also ti execute in some process as that of client ? How can we do?

4467


What’s the difference between response .redirect and server.transfer?

731


Explain ViewState?

776


What is asp net theme?

739


How would you get asp.net running in apache web servers? Explain it's limitations.

744


Explain the working of passport authentication.

725


Which protocol is used to call web service?

740


How do you use viewstate?

745


What is the difference between web config and machine config files?

779


Define data caching?

701