What property is used on the datatable to indicate a
conflict after an update?
a) HasConflict
b) HasError
c) HasCollision
d) HasDataError
Answer Posted / js_m
b
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is a web pool?
When should I use server transfer and response redirect?
What are the Types of session management in ASP.NET
What are app services?
Is it true that a Web service must be written in .NET or not?
What is is post back property in asp net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Name the tools or API for developing or testing web api?
To bind columns manually which tags do you need to add within the asp:datagrid ?
How do you open a page in a new window?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is a query string in a url?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is repository pattern in mvc.net? : asp.net mvc