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
How can we Validate a Controls in ASP.NET page using JavaScript?
What is enableviewstate?
Why is this service branded with windows livetm?
Explain the asp.net page life cycle.
What are cao and sao.
How does the cookies work in asp.net?
Distinguish between Server-side and Client-side code?
Explain diff. Betn dataset and recordset?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Where is asp.net view state stored?
Describe the difference between inline and code behind - which is best in a?
What is the function used for removing an event listener?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is session and cookies in asp.net?
How to prepare culture-specific formatting in .net.