Hi John,
I have a DNN POST BACK DILEMMA or (DPBD) I have a special situation where I have a client (who’s web site use to be DNN 2.X) needs to have the ability to do post-backs. I've redesigned this site as a DNN 4.7 Version however we still have need to do the occasional full form Post-Back on certain pages. This is because we have a small input box on the webpage where a user can submit hidden input to another DNN page with an IFRAME that links to an HTML page that accepts the submitted information from the simple input boxes. My problem is that I have to carry over this feature from DNN 2.X over to a new site that is 4.7
And because DNN 4.7 is Ajaxing the entire page, I cannot do a traditional Form post-back to a HTML/ASP page inside an DNN Iframe. I get an error that reads [u]Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.[/u] Any suggestions on how to submit this info from my DNN Page to an HTML page inside of a DNN DNN 4.7 Iframe? I'll consider any suggestions or Ideas to trick or get DNN 4.7 to make this work. Its just a simple matter of passing some hiddin input from one page to a page that has an IFRAMED Html or Classic ASP page. Thanks and there's always hope. |