Answer Posted / devender kumar
SqlDataAdapter is a class of ado.net . This class can't be
inherited. It acts as a interface between our aplication
and database. The commonly used method of this class is Fill
() method which is used to fill the DataTable/DataSet with
the data fetched by query from the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which method is used to perform all validation at the page level?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How can you enable impersonation in the web.config file?
What is the benefit of WebAPI over WCF?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How do you do Client-side validation in .Net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
How to display validation messages in one control?
What is the difference between custom web user control and a custom web server control?
What is _viewstart?
How does a content page differ from a master page?
Which protocol is used to call a web service?
What is the Difference between MVC And MVP design pattrens
What is cas?
What are server side controls?