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
What is the file through which you can customize your asp.net application?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is a url string?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What are cookies in your browser?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
They mostly asked difference between versions of technologies
What is content place holder?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
From which base class all web forms are inherited?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Is there any alternative to avoid name collisions other then Namespaces?
What are demand-paging and pre-paging?
What is the difference between a page theme and a global theme?
What is session object? Describe in detail.