Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: AutoPostBack doesn't post back

$
0
0
Re: AutoPostBack doesn't post back
Web Connection 5.0
Re: AutoPostBack doesn't post back
Feb. 9, 2013
04:36 am
3PN09VH5OShow this entire thread in new window
Gratar Image based on email address
From:Rick Strahl
To:Stein Goering

Autopostback relies on a small snippet of JavaScript. If there's any JavaScript error on the page, that script might fail as well.

Check with a JavaScript debugger for any errors. if there aren't any, check and see if a postback is happening (ie. in FireBug/Chrome/IE Tools or Fiddler).

+++ Rick ---



I've got a radio button that switches my page between modes. I rely on AutoPostBack so my server code can respond when it changes. Here's the source:
<ww:wwWebPanelID="pnlLaunch"runat='server'> <ww:wwWebRadioButtonListID="lstAction"runat='server' RepeatDirection="Horizontal" AutoPostBack="True"><asp:ListItemValue="EDIT" Selected="True">Edit Templates</asp:ListItem><asp:ListItemValue="DOWNLOAD">Obtain Templates</asp:ListItem></ww:wwWebRadioButtonList>

So today this suddenly stopped posting back. I'm looking at the webconnect form and the server is clearly not getting hit. I had made some changes to the page, but to a different area. What could I have done to screw things up?

--stein




Rick Strahl
West Wind Technologies


from Berlin

Making waves on the Web


Viewing all articles
Browse latest Browse all 10393

Trending Articles