Any disadvantages in Dataset and in reflection ?
Answer Posted / anil.sahoo
DataSet will not put the lock in table. If it updates the
data after some one retrieved the Data from table. which
leads to dirty reading.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is difference between session and cookies?
Which asp.net objects encapsulate the state of the client and the browser?
Where session id is stored?
What are the difference between overriding and overloading?
What are the Types of objects in ASP
Describe the application event handlers in ASP.NET?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
How you can access the values from the Repeater control in ASP.NET?
What are the steps to follow to host a web application on a web server?
What is routing in MVC?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is a web farm?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Where do we store our connection string in asp.net application?
How do you handle server controls?