↧
From: | Rick Strahl |
To: | Stein Goering |
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 ---
<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