|
Want to know if the landlord wants to refresh the whole page or a certain part? If it is the entire page, use Response.Redirect ("current page.aspx") is possible, unless your page structure is messy. You better tell if you are using a master page and how.
If you only want to refresh a small part, it is ajax. You can put the update panel in the refresh panel. The picture button can be placed anywhere, and you can use Triggers to bind your button Click. Adding updateprogress is more beautiful. |
|