What is the difference between a Stored procedure and function?
Answer Posted / sanjay das
Function allways returns value but stored procedure may or
may not return value.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are the different types of sessions in asp.net? Name them?
What is client side state management?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is a web pool?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is the latest version of asp.net?
To load your generated dataset with data which method do you invoke?
What are the various types of validation controls provided by asp.net?
List the events in page life cycle.
Can the unique key be null?
What is cookies cache and session?
What is the difference between custom web user control and a custom web server control?
What is the purpose of App_Code folder in ASP.NET? Why we this?
How to implement Authentication and Authorization?
How many types of controls are there in asp.net?