What is the difference between a Stored procedure and function?
Answer Posted / kautilya
stored procedure can not take paramateres while function
can produce results as per the values passed to it and
functions returns value
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is autopost?
What is runat?
What is meant by server side scripting?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Explain about solution explorer window?
What is asp.net and ado net?
Differentiate between file-based dependency and key-based dependency.
What is a server farm in iis?
What is a postback url?
9. Why should we hire you over the others waiting to be interviewed?
Explain server-side scripting and client-side scripting.
How do we assign page-specific attributes?
What is application variable?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?