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 |
To bind columns manually which tags do you need to add within the asp:datagrid ?
How should I destroy my objects in asp.net?
What is versioning in .NET?
1 Answers Syntax Softtech, Wipro,
What is the difference between equals() and == in c#?
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
How can you access the properties and controls of master pages from content pages?
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
What is state management in asp.net and define Client-side state management and Server-side state management?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
Difference between windows application and web application? Which is the best for updation purpose?
Describe the difference between inline and code behind.
Distinguish between Server-side and Client-side code with its functionality?
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)