简体   繁体   中英

How to prevent page from refreshing?

 <asp:RadioButtonList ID="rbl_donorType" runat="server" 
 AutoPostBack="true" onselectedindexchanged="rbl_donorType_SelectedIndexChanged" >

How to prevent page from refreshing(F5), I need the autopostback command. Thanks :)

Use UpdatePanel s. They do partial postback, not full page refreshing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM