Answer Posted / sandeep kharat
CREATE TRIGGER TriggerName ON TableName
AFTER Insert, Update, Delete
AS
Triger Code
and
CREATE TRIGGER TriggerName ON TableName
INSTEAD OF Insert
AS
Triger Code
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
In the Repeater control which way you can edit?
How to prevent client side validation from the ASP.NET validation controls?
Explain the difference between or and orelse?
Explain the concept of event bubbling in ASP.NET?
Explain cookies with example.
Explain code snippet to register exception filters from controller?
How many types of sessions are there in asp net?
Web API supports which protocol?
How can I have a particular web page in an asp.net application which displays its own error page?
How do I send an email message from my ASP.NET page?
I’m having some trouble with cas. How can I diagnose my problem?
Where is the view state data stored in asp net?
What is %20 in a url?
What is asp.net mvc? : asp.net mvc
What are the namespace classes used in asp.net mvc? : asp.net mvc