How can I delete autocomplete history of internet explorer using c#.
Can any one help me that how can I delete saved passwords of Internet Explorer using C# and delete autocomplete history using C#.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhimanyu K VatsaPosted Mar 25, 2011, 10:07 AM
Response.Cookies[txtCookieName.Text].Expires = DateTime.Now.AddDays(-1);