Clear History

K

Kuldeep

Framework: Visual Studio 2005
Technology: ASP.NET 2.0
Language: C#.NET 2.0

Hi All,

Is there a way to programmaticlly clear a selected few URL's from the
"History" section of our Internet Explorer settings

Thanks,
Kuldeep
 
M

Michael Nemtsev [MVP]

Hello Kuldeep,

u cant do it, except clearing items in registry

did u try not to cache the desired urls like
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetAllowResponseInBrowserHistory(false);



---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


K> Framework: Visual Studio 2005
K> Technology: ASP.NET 2.0
K> Language: C#.NET 2.0
K> Hi All,
K>
K> Is there a way to programmaticlly clear a selected few URL's from the
K> "History" section of our Internet Explorer settings
K>
K> Thanks,
K> Kuldee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top