I have a web part and a button click event. The page should be refreshed after submitting the button so that I get latest values from the database.
Could any body suggest me is there any method th开发者_Go百科at will make the page refresh.
Thank you.
If its a ASP.NET LinkButton
or Button
, it will automatically refresh the page as a result of postback.
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.button.aspx
精彩评论