Way of updating a table other than stored procedure and
hard coded query?
Answer Posted / javed khan
The SqlDataAdapter enables us to fill a DataSet and Update changes back to the data base.We don't have to worry about opening and closing the SqlConnection, writing update command because the SqlDataAdapter does it automatically. A SqlCommandBuilder populates insert, update, and delete commands based on the SqlDataAdapter's select statement. Use the Fill method of the SqlDataAdapter to fill a DataSet with data. Call the SqlDataAdapter's Update method to push changes back to a data base.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define common type system?
How to use push notification?
What are the main requirements for caching?
Which is better viewstate or session?
What are validators and list some validators of asp.net?
What is the current version of asp.net?
What are the Types of state management techniques
Give a few examples of page life cycle events.
Explain server control extensibility with reference to asp.net 2.0 ?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Do you know about caching with the datasource controls?
How you will manage the state of ASP.NET controls?
Which dll handles the request of .aspx page?
What is asp net objects?
What is the part of url?