Answer Posted / deepak baldia
A stored procedure is a set of SQL commands that has been
compiled and stored on the database server.
A trigger is a special kind of stored procedure that is
invoked whenever an attempt is made to modify the data in
the table it protects. Modifications to the table are made
using INSERT,UPDATE,OR DELETE statements.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How does viewstate work?
What is the difference between visual basic and asp.net?
Contrast OOP and SOA. What are tenets of each ?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How can you display all validation messages in one control?
What is jade template engine?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Explain difference between dataset and recordset?
How to use push notification?
How you can access the properties and controls of master pages from content pages?
i want the asp.net technical questions and answeres
Can you clarified A Web service can only be written in .NET or not?
What is role-based security in asp.net?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
What is state management in asp.net with example?