popup cache (showmodaldialog)
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi i have a usercontrol(ASCX) that load(Page.LoadControl(...)) in popup window(ASPX) with window.showModalDialog(in javascript), but this page chaching. what i do for no cache this page? thank you
-
hi i have a usercontrol(ASCX) that load(Page.LoadControl(...)) in popup window(ASPX) with window.showModalDialog(in javascript), but this page chaching. what i do for no cache this page? thank you
Use Response.Cache.SetCacheability ( <YOUR_PREFERENCE> ) in ASPX page...
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot