L
L . Lee Saunders
HELP!
Any time a control that posts using DoPostback (ie, via javascript) the
event is fired twice on the server.
Example: Regular asp:Buttons do not fire twice but autopostback
dropdownlists do as well as <Button runat="server" OnServerClick="asdf">
controls.
INFO: asp.net 4.0 C#
dev machines: both XP & 7
master pages with lots of ASCX controls on each page for control reuse.
(Though, the double fire even happened on the login page where there are no
ascx controls)
Please help, this is bringing down the project.
Any time a control that posts using DoPostback (ie, via javascript) the
event is fired twice on the server.
Example: Regular asp:Buttons do not fire twice but autopostback
dropdownlists do as well as <Button runat="server" OnServerClick="asdf">
controls.
INFO: asp.net 4.0 C#
dev machines: both XP & 7
master pages with lots of ASCX controls on each page for control reuse.
(Though, the double fire even happened on the login page where there are no
ascx controls)
Please help, this is bringing down the project.