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 difference between view state and session state?
What does occur first in ASP.Net, Authentication or Authorization?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is user control in asp.net?
What is the benefit of WebAPI over WCF?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Where would you use an ihttpmodule, and what are the limitations if any?
What are the advantages and disadvantages of session?
Explain the difference between overriding and overloading?
Why is it preferred to not use finalize for clean up?
List of words of preprocessor in .net?
What are the events that happen when a client requests an asp.net page from iis server?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is a web api? Which protocol is used in a web api?
What is the parent class of all the web server control?