asp.net - Back button returns empty value of dropdown in IE -
hi have drop down field on 1 form,which send data form searchresult.aspx however, if 1 clicks on button in internet explorer, fields default.aspx cleared. have stored drop down value in hidden field,but empty when navigating through button. works fine firefox , chrome. has idea , have make work? im using jquery mobile using asp.net
could ie caching blank page , pulling when hit button, using fiddler can see if it's loading page or pulling cache. otherwise try saving dropdown value in session before go next page, when come search page update code check session value, if there use select dropdown otherwise if not there select default value.
Comments
Post a Comment