This question is locked. New answers and comments are not allowed.
Hi,
I want to save records in multiple tables, and for that I have to use Transaction (as we use in ASP .net).
anybody have any idea how to create such transactions in telerik MVC, when I save data in more then one table. And if first table saved successfully but the second record throw exception, then the first table also Rollback.
it is Possible in MVC..???
I want to save records in multiple tables, and for that I have to use Transaction (as we use in ASP .net).
anybody have any idea how to create such transactions in telerik MVC, when I save data in more then one table. And if first table saved successfully but the second record throw exception, then the first table also Rollback.
it is Possible in MVC..???