Hi,
Write below code in page load of FormLogin.aspx:
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Read more about cache at
http://msdn2.microsoft.com/en-us/library/system.web.httpcachepolicy.setcacheabil
ity(vs.71).aspx

Signature
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
> Hi,
>
[quoted text clipped - 7 lines]
>
> Jason
Jason Huang - 14 Sep 2007 09:51 GMT
Thanks.
But is it possible to stet the NoCache property to just TextBox Password,
and keep the Account cachen?
"Manish Bafna" <ManishBafna@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:F998F278-BE26-4B19-9A88-52EBC4A9993B@microsoft.com...
> Hi,
> Write below code in page load of FormLogin.aspx:
[quoted text clipped - 14 lines]
>>
>> Jason