Answer Posted / rakesh patil
We can make use of 'with Encryption' option in our stored procedure declaration,
it will definitely provide the security of your stored procedure.
You nee to include above mention option after "as"
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the use of resource manager class in .net.
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Which is faster viewdata or viewbag?
What is query string in asp.net?
What is the difference between cookie and session?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is difference between abstract class and an interface?
How can you handle exceptions in asp.net?
What are the validation controls available in ASP.NET?
What is the state management in asp.net?
What is cookies cache and session?
How to reduce the width of textbox in editcommandcolumn of datagrid?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is autopost?