usercontrol refresh

wessamzeidan

Junior Contributor
Joined
Dec 8, 2002
Messages
379
Location
Lebanon
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?????
 
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
 
Back
Top