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 difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Why mvc is better than asp.net? : Asp.Net MVC
State differences between MVC and WebAPI
What is content place holder?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain about solution explorer window?
Can you change a master page dynamically at runtime? How?
What is the state management in asp.net?
Differentiate between globalization and localization.
What is the part of url?
Do cookies store passwords?
How to prepare culture-specific formatting in .net.
What is the difference between session and application?
What are the new features implemented in ASP.NET?
What is the compiled object?