wessamzeidan Posted June 7, 2004 Posted June 7, 2004 Hi, I have a usercontrol on one of my webforms. Is there a way I can refresh that user control only, not the whole page????? Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
wessamzeidan Posted June 7, 2004 Author Posted June 7, 2004 One more question, how can I tell the browser not to cache my page???? Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
WebJumper Posted June 7, 2004 Posted June 7, 2004 Cache: Response.Expires=-1 Response.AddHeader "Pragma","no-cache" Response.AddHeader "cache-control", "no-store" Refresh: only with javascript, else complete page from server regards, stefan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.