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
Explain swagger components.
How can I open ashx file in mobile?
What is ashx file in asp.net?
Explain the use of resource manager class in .net.
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How would you turn off cookies on a page of a website?
Why mvc is faster than asp.net? : Asp.Net MVC
What is asp.net mvc5? : Asp.Net MVC
What are the advantages of asp.net?
Explain the use of duration attribute of @outputcache page directive.
What does passport and windows authentication mean in ASP.NET?
What are the session management techniques asp net?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
How can you pass multiple complex types in Web API?