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 is the difference between dispose() and finalize()?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How can we pass info between 2 asp.net pages?
How long should a session id be?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is difference between cookies and cache?
What is a ashx file?
What is authorization in asp.net?
What are cao and sao.
Which adapter should you use, if you want to get the data from an access database?
Is session stored in browser?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is difference cookie and session?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Do session use cookies in asp net?