B
Bill Cohagan
I'm constructing an ASP app with a frameset on the home html page. From
frame A I need to referesh the page in frame B when a button click occurs on
a button in Frame A (server side event handler).
To accomplish this I've included some client side script in the page being
built in frame A such that whenever it is received by the browser it reloads
frame B's page. The problem is that (sometimes) this sequence of events
produces a dialog box with the message:
"The page cannot be refreshed without resending ..."
This happens when web controls on page B have been changed; i.e., there is
some viewstate, but if these controls haven't changed before then I don't
get this message. The controls in question are DropDown controls and they
have their AutoPostBack set to true.
Can anyone explain why this dialog appears and what I might do to avoid
having it appear?
Thanks in advance,
Bill
frame A I need to referesh the page in frame B when a button click occurs on
a button in Frame A (server side event handler).
To accomplish this I've included some client side script in the page being
built in frame A such that whenever it is received by the browser it reloads
frame B's page. The problem is that (sometimes) this sequence of events
produces a dialog box with the message:
"The page cannot be refreshed without resending ..."
This happens when web controls on page B have been changed; i.e., there is
some viewstate, but if these controls haven't changed before then I don't
get this message. The controls in question are DropDown controls and they
have their AutoPostBack set to true.
Can anyone explain why this dialog appears and what I might do to avoid
having it appear?
Thanks in advance,
Bill