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 asp.net futures?
Explain different authentication modes in asp.net?
List the types of authentication supported by asp.net?
What is bson in web api?
What is session and application variable in asp net?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
In which event of page cycle is the viewstate available?
What is application and session in asp.net?
How to use push notification?
Web API supports which protocol?
Differentiate between a page theme and a global theme?
Is there any limit for query string? Means what is the maximum size?
how to write html code with ssl
What is application variable in asp.net?
How will you load dynamic assembly? How will create assesblies at run time?