|
Home > Archive > Microsoft Content Management Server > July 2006 > cross postbacks
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Göran Tänzer 2006-07-20, 1:18 pm |
| Hi,
i had problems with cross postback in IE 6/7. I implemented the HTTP Module
ASPNET20_CrossPostbackCorrection from Stefan.
Now all CrossPostbacks are fine but when i edit pages all standard
asp:linkbuttons without crosspostback don't work any longer.
Normally asp:linkbuttons are render with __doPostBack:
<a id="ctl00_testlink"
href=" javascript:__doPostBack('ctl00$testlink'
,'')">test link postback</a>
but when editing a page the links are rendered with
WebForm_DoPostBackWithOptions:
<a id="ctl00_testlink" href=" javascript:WebForm_DoPostBackWithOptions
(new
WebForm_PostBackOptions("ctl00$testlink", "", true, "", "", false,
true))">test link postback</a>
Without the HTTP Module it worked, with HTTP Module all these standard
asp:linkbuttions navigate to the aspx template like this:
/NR/exeres/Universal.aspx
Is there a bug in the HTTP Module or some configuration problem on my machine?
Thanks and regards
göran
| |
| Stefan [MSFT] 2006-07-20, 1:18 pm |
| Hi Göran,
I would suggest to discuss this offline.
Best would be if you could send me your project to
webmaster@stefan-gossner.de in zipped format.
Please include some repro steps for this to let me check what's going on and
whether this is a bug or not.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Göran Tänzer" <GranTnzer@discussions.microsoft.com> wrote in message
news:610274A5-4EF6-4C02-B2B8-0F95848AE95F@microsoft.com...
> Hi,
>
> i had problems with cross postback in IE 6/7. I implemented the HTTP
> Module
> ASPNET20_CrossPostbackCorrection from Stefan.
>
> Now all CrossPostbacks are fine but when i edit pages all standard
> asp:linkbuttons without crosspostback don't work any longer.
> Normally asp:linkbuttons are render with __doPostBack:
> <a id="ctl00_testlink"
> href=" Java script:__doPostBack('ctl00$testlink'
,'')">test link postback</a>
> but when editing a page the links are rendered with
> WebForm_DoPostBackWithOptions:
> <a id="ctl00_testlink" href=" Java script:WebForm_DoPostBackWithOptions
(new
> WebForm_PostBackOptions("ctl00$testlink", "", true, "", "", false,
> true))">test link postback</a>
>
> Without the HTTP Module it worked, with HTTP Module all these standard
> asp:linkbuttions navigate to the aspx template like this:
> /NR/exeres/Universal.aspx
>
> Is there a bug in the HTTP Module or some configuration problem on my
> machine?
>
> Thanks and regards
>
> göran
| |
| Stefan [MSFT] 2006-07-20, 1:18 pm |
| Hi Göran,
please be sure to send a very basic project with just one template with only
the necessary things to repro the problem - not a large project with dozends
of templates.
Thanks,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23Fj72iArGHA.4192@TK2MSFTNGP04.phx.gbl...
> Hi Göran,
>
> I would suggest to discuss this offline.
> Best would be if you could send me your project to
> webmaster@stefan-gossner.de in zipped format.
> Please include some repro steps for this to let me check what's going on
> and whether this is a bug or not.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS:
> http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "Göran Tänzer" <GranTnzer@discussions.microsoft.com> wrote in message
> news:610274A5-4EF6-4C02-B2B8-0F95848AE95F@microsoft.com...
>
>
|
|
|
|
|