Answer Posted / sudhir kunnure
just write session["name"]=null;
| Is This Answer Correct ? | 8 Yes | 30 No |
Post New Answer View All Answers
how can create login from create and written conde in asp.net
Explain the various authentication mechanisms in asp.net.
What is validation in asp.net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is view state and how it works in asp net?
What is the difference between GridView and Repeater controls in ASP.NET?
What does occur first in ASP.Net, Authentication or Authorization?
Can you clarified A Web service can only be written in .NET or not?
What are the different properties of server control that exists?
What is the use of autowireup in asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
How to implement globalization and localization in the use interface in .net.
Where the viewstate is stored after the page postback?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is the difference between typeof() vs gettype()?