How we can bind textbox,listbox and datagrid to sql server
database in asp.net using visualstudio.net language (vb.net)?
Answers were Sorted based on User's Feedback
Answer / ninad
TextBox1.Text=Dataset.Tables(0).Rows(0).Columns(0);
Textbox1.DataBind();
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
How do you handle server controls?
What is session in http request?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
what is SAP fullform
161 Answers A3Logics, Amazon, DFD, Federal Mogul, Hol Info, IBM, Infosys, Jai Ganesh, Kesri Metal, Lupin, Microsoft, RPG, SAP Labs, SRS Group, TCS, Videocon,
what do you mean software devlopment ?
Can the validation be done in the server side? Or this can be done only in the Client side?
How to refresh a page in asp.net
Hi, I Dont know about Application and Session State management. Can anyone explain me with simple example?
How many Garbage Collectors are there for one Application or one Page
What is Web API Routing?
Where session id is stored?