Answer Posted / amey
For Each de As DictionaryEntry In HttpContext.Current.Cache
HttpContext.Current.Cache.Remove(DirectCast(de.Key, String))
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you change the session time-out value?
Do session use cookies in asp net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the events that happen when a client requests an asp.net page from iis server?
What is the usage of DelegatingHandler?
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?
In which event are the controls fully loaded?
Differentiate between a hyperlink control and a linkbutton control.
What is a session government?
What are session state modes? List some of the important session state modes of asp.net.
Mention few asp.net validators.
What is the default authentication mode for asp.net?
What is the default timeout for a cookie?
How can we pass info between 2 asp.net pages?
Explain about ASP.NET?