Answer Posted / jayashree dubey
Datagrid is a webcontrol which displays the dat from
database using a HTML table also allows updation and
deletion of data in the database
DataReader is an object and it is used to retrieve a read-
only, forward-only stream of data from a database
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What is the difference between viewstate and hidden field in asp.net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How dataadapter.fill works?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What are the features of asp.net mvc?
What is the latest version of asp.net?
How long does an http session last?
Explain cashing in asp.net.
What is meant by asp.net?
Can we use html in asp.net?
Is web config mandatory?
Explain MVC model binders?
Can you clarified A Web service can only be written in .NET or not?