Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

Checkbok checked value not affected in page load

$
0
0

Hi,
 1. When I run the attached app and later uncheck the check box to update page manually and later press F5. The check box not set to uncheck although I used this code.

C#]
if (Page.IsPostBack){
if (Session[STR_IsAutomaticRefreshMode] != null && (bool)Session[STR_IsAutomaticRefreshMode] == false) {
_timer.Enabled = false;
 _chkRefreshMode.Checked = false;
 UpdateTargets();
}}

 

2. How this problem can be solved ?.


  Thanks,


Viewing all articles
Browse latest Browse all 23244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>