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 event in asp.net?
Why Unload event of MasterPage Calls first in ASP.net ?
How to implement form based authentication in asp.net application?
Is asp.net is a programming language?
Are there resources online with tips on asp to asp.net conversions?
Can you explain the basic use of dataview?
How do u deploy ur project?
How do I upload a file from my ASP.NET page?
What is the use of web.config and machine.config files?
Explain exception filters?
How to retrieve user name in case of Window Authentication?
How can exception be handled with out the use of try catch?
What’s the difference between response .redirect and server.transfer?
How can we create Tree control in asp.net?
What are query strings used for?