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
What r the asp.net list controls and difference between them?
Why session is necessary in web application?
Explain State management in asp.net
Is sql backend or frontend?
What is asp net objects?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is a swagger in web api?
How dataadapter.fill works?
How you can access the properties and controls of master pages from content pages?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is difference between cache and session?
Explain the code Access Security (CAS) in .net Framework?
Explain code snippet to register exception filters from controller?
What is rending process in ASP.NET?