ADO.Net - how to get data from database and bind to the
controls -- write this small code
Answer Posted / alb.shah
Creating a Database Connection at Run Time
Create the data connection object.
Create a data adapter object.
Create a data set object.
Invoke methods on the adapter object to fill or update the
data set.
Use data binding or another technique to display the data
from the data set.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to register exception filter globally?
Is post back property in asp net?
How can we implement a identity (sql server) call in an asp.net page?
Explain Optimization technique description?
What is the main difference between Asp.net and Vb.net?
Explain the features that make asp.net more used framework? : asp.net mvc
What is data cache in sql server?
What is marshalling ? Is it a part of asp.net ?
How many types of cookies are there in asp.net?
What is the difference between a multi-layer and multi-tier applications?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is asp.net file?
What do you mean by caching in asp.net?
What is hidden field in asp.net?
What are directives in asp.net? List down all the important directives.