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
What is break mode?
Explain exception handling in .net.
What is full trust in asp.net?
Explain Areas in MVC?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How to implement Authentication and Authorization?
Is there any property names “isnavigating”?
Explain how cookies work. Give an example of cookie abuse.
If we remove web.config or machine.config from the application then, is this application will works?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Explain the various authentication mechanisms in asp.net.
Explain how is a property designated as read-only?
What is use of Master Page in ASP.NET web pages?
What is a form tag?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?