on modify statement, executeNonQuery returns zero rows
affected even though there has been modification carried out
sucessfully in the table..
can anyone tell me is this possible???
if yes, how..???
Answer Posted / chandan kumar
yes, it is possible.when we executing stored procedure with
help executenonquery.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is caching? Explain.
How you can stop the validation of ASP.NET controls from client side?
What is meant by web application?
What is the difference between login controls and forms authentication?
How long do session variables last?
How can you register a custom server control to a web page?
What is data grid view in asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How can we Validate a Controls in ASP.NET page using JavaScript?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Can we use a static function with a non-static variable?
Which method is used to enforce garbage collection in .net?
How does the iis work?
Describe a bubbled event and how it is used ?
What is rending process in ASP.NET?