hi hiren
hi there
there are servel options
1) Use Sessions so as soon as you logout your session will get expire,now if user presses back
he/she must be redirected to login page
2) use javascript History class it has some usefull functionality like
History.Clear
3) use Response.Expires=-1 it will erase all cached pages
i hope that would help you out
thxs