is there such a Cancel() method for FormView or ObjectDataSource?

A

Afshar

hi everybody there,

i want to cancel inserting records on specific circumstance based on a
validation using ObjectDataSource's Inserting event. but need a
Cancel() method to rollback record insertion. is there any way?

i'm using datasets(xsd) and my final goal is to prevent some aspnet
users from inserting, updating and deleting records from specific
tables.

thanks in advance
afshar
 
A

Afshar

hi everybody there,

i want to cancel inserting records on specific circumstance based on a
validation using ObjectDataSource's Inserting event. but need a
Cancel() method to rollback record insertion. is there any way?

i'm using datasets(xsd) and my final goal is to prevent some aspnet
users from inserting, updating and deleting records from specific
tables.

thanks in advanceafshar



found it myself,
the e parameter passed to all events has a Cancel property that must
set to false in order to cancel operation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top