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
Explain the concept of View Model in MVC?
Explain cashing in asp.net.
Explain http handlers? Where we can use the http handlers?
What are the versions of garbage collection?
How you will handle session when deploying application in more than a server?
Why we are using mvc instead of asp.net? : Asp.Net MVC
Which browsers support the xmlhttprequest object?
Explain the use of resource manager class in .net.
What's the ASP.Net Application life cycle?
What does it mean your session has timed out?
How many types of cookies are available in asp?
What is asp.net localization?
Explain how can you debug your .net application?
Contrast OOP and SOA. What are tenets of each ?
how to debug web services on consumer side?