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 ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
explain code with datachaching with example
Explain difference between friend and protected friend?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is datagrid asp.net?
Can you clarified A Web service can only be written in .NET or not?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are early binding and late binding.
How does session work?
What is autopostback true?
How you can return View from ASP.NET Web API method?
Write a code for passing ArrayList in Web API?
What are the advantages of using Master Pages?
What is a session in programming?
Can you change a Master Page dynamically at runtime?