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 |
Which is better union or union all?
What is another word for redirect?
Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks
How cross page posting is done in Asp.net 2.0?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Is overloading possible in web services?
What is directive in asp net?
How many types of sessions in asp.net?
what is webservices ? and what is web server ?
What are the 4 tenants of SOA/D.
What is the use of web.config and machine.config files?
Dategrid filtering and sorting How can we sort all the fields at once?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)