hi to all
How to Use Response.Expire=0 method in Asp.net
since the Requested values are not cleared immediately when i
am opening a new window for Showing the Report.
Thanks
Printable View
hi to all
How to Use Response.Expire=0 method in Asp.net
since the Requested values are not cleared immediately when i
am opening a new window for Showing the Report.
Thanks
thats deprecated in asp.net.....better to use the new way:
Response.Cache.SetExpires(DateTime.Now)