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 |
What is a web api endpoint?
What is wrong with a line like this? DateTime.Parse(myString)
What does session_start () do?
List all templates of the repeater control.
What is tracing? Where is it used?
What is the use of response redirect in asp.net?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Where do you store the information about the user?s locale?
1 Answers Siebel, Visual Soft,
How to deploy/publish webservices?How many ways?Plz explain me
what are the ihttphandler and ihttphandlerfactory interfaces ?
on modify statement, executeNonQuery returns zero rows affected even though there has been modification carried out sucessfully in the table.. can anyone tell me is this possible??? if yes, how..???
Explain security types in asp.net?
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)