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 is query string? What are its advantages and limitations?
What is dynamic web page with example?
Why select Web API?
Why SessionID changes in every request in asp.net?
What are the Difference between asp.net and asp ?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What’s the difference between response .redirect and server.transfer?
Explain ViewState?
What is asp net theme?
How would you get asp.net running in apache web servers? Explain it's limitations.
Explain the working of passport authentication.
Which protocol is used to call web service?
How do you use viewstate?
What is the difference between web config and machine config files?
Define data caching?