Click here to Skip to main content
15,883,705 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Trigger in asp.net Pin
sheemap23-Sep-11 22:11
sheemap23-Sep-11 22:11 
GeneralRe: Trigger in asp.net Pin
Rizwan Bashir24-Sep-11 4:47
Rizwan Bashir24-Sep-11 4:47 
GeneralRe: Trigger in asp.net Pin
sheemap24-Sep-11 5:04
sheemap24-Sep-11 5:04 
GeneralRe: Trigger in asp.net Pin
Rizwan Bashir24-Sep-11 6:15
Rizwan Bashir24-Sep-11 6:15 
AnswerRe: Trigger in asp.net Pin
Tech Code Freak25-Sep-11 6:13
Tech Code Freak25-Sep-11 6:13 
GeneralRe: Trigger in asp.net Pin
Pravin Patil, Mumbai26-Sep-11 1:48
Pravin Patil, Mumbai26-Sep-11 1:48 
GeneralRe: Trigger in asp.net Pin
sheemap26-Sep-11 2:06
sheemap26-Sep-11 2:06 
AnswerRe: Trigger in asp.net Pin
Tech Code Freak26-Sep-11 5:03
Tech Code Freak26-Sep-11 5:03 
Yes, It is possible to restrict DML by triggers.
You said that you have already made triggers. Then you only have to edit them and add your logic for restricting some action. It must be in if-else construct. If the action is not valid according to your logic, then just add 'Rollback Transaction' in your if construct! And you're done!
You have just restricted the invalid DML!
Enjoy!
For further details, Visit this[^]

modified 26-Sep-11 11:20am.

GeneralRe: Trigger in asp.net Pin
sheemap26-Sep-11 5:35
sheemap26-Sep-11 5:35 
AnswerRe: Trigger in asp.net Pin
Pravin Patil, Mumbai26-Sep-11 1:47
Pravin Patil, Mumbai26-Sep-11 1:47 
GeneralRe: Trigger in asp.net Pin
sheemap26-Sep-11 1:56
sheemap26-Sep-11 1:56 
AnswerRe: Trigger in asp.net Pin
Pravin Patil, Mumbai26-Sep-11 18:42
Pravin Patil, Mumbai26-Sep-11 18:42 
AnswerRe: Trigger in asp.net Pin
NikulDarji27-Sep-11 0:41
NikulDarji27-Sep-11 0:41 
QuestionAutoCompleteExtender inside ModalPopupExtender Pin
PleaseHelpCP23-Sep-11 19:08
PleaseHelpCP23-Sep-11 19:08 
AnswerRe: AutoCompleteExtender inside ModalPopupExtender Pin
Ali Al Omairi(Abu AlHassan)25-Sep-11 20:50
professionalAli Al Omairi(Abu AlHassan)25-Sep-11 20:50 
QuestionDropDownList Pin
reyhane ramezanian23-Sep-11 6:02
reyhane ramezanian23-Sep-11 6:02 
AnswerRe: DropDownList Pin
TheGreatAndPowerfulOz23-Sep-11 6:24
TheGreatAndPowerfulOz23-Sep-11 6:24 
AnswerRe: DropDownList Pin
Dalek Dave25-Sep-11 21:40
professionalDalek Dave25-Sep-11 21:40 
JokeRe: DropDownList Pin
Pravin Patil, Mumbai26-Sep-11 1:51
Pravin Patil, Mumbai26-Sep-11 1:51 
QuestionCreating a new Website Solution by using http doesn't work Pin
nstk23-Sep-11 0:57
nstk23-Sep-11 0:57 
QuestionOn data binding EntityObjects to a FormView. Pin
Brady Kelly22-Sep-11 22:46
Brady Kelly22-Sep-11 22:46 
Questionformat a string in Data Repeater (list array as a data source) Pin
Farhad Eft22-Sep-11 20:25
Farhad Eft22-Sep-11 20:25 
AnswerRe: format a string in Data Repeater (list array as a data source) Pin
Parwej Ahamad22-Sep-11 23:20
professionalParwej Ahamad22-Sep-11 23:20 
GeneralRe: format a string in Data Repeater (list array as a data source) Pin
Farhad Eft22-Sep-11 23:37
Farhad Eft22-Sep-11 23:37 
GeneralRe: format a string in Data Repeater (list array as a data source) Pin
Parwej Ahamad22-Sep-11 23:41
professionalParwej Ahamad22-Sep-11 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.