Answer Posted / michael jerold
sp means to execute set of quries in single sp.and we can
call manually.
Trigger means dml operation happens the event will fire
automatically. we can not call manually.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a uri query?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What are session cookies?
Which is better php or asp.net?
How do you declare static variable?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
List the types of authentication supported by asp.net?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What is & in a url?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Explain the difference between debug.write and trace.write?
What are server activated objects?
What is the difference between the asp and asp.net?
where can i gather the materials for MCP certification
What is asp.net file?