About writting a query and SP which is better ?
Answer Posted / amit patel
Stored procedures is better because it is fast in excution
and also it will save from sqlInjection
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is redirectpermanent in asp.net?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How can we register exception filter from the action?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What are the asp.net 2.0 features?
What is the asp.net control toolkit?
How to use push notification?
What is the difference between runtime version and version?
Name the two properties are on every validation control?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Can a .net web application consume java web service?
Explain the use of dataadapter.
Can you change a Master Page dynamically at runtime?
Explain About WebService
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?