S
SAL
Hello,
I have a button on a webform that has an OnClick event defined as such:
<asp:Button ID="btnSearchByName" runat="server" Text="Search By Name"
OnClick="btnSearchByName_Click" Width="152px" EnableViewState="False"
CausesValidation="False" />
the btnSearchByName_Click event fires the second time the button is clicked
but not the first. Is there something I'm missing on getting the thing to
fire the first time it's clicked instead of the second time?
Thanks
S
I have a button on a webform that has an OnClick event defined as such:
<asp:Button ID="btnSearchByName" runat="server" Text="Search By Name"
OnClick="btnSearchByName_Click" Width="152px" EnableViewState="False"
CausesValidation="False" />
the btnSearchByName_Click event fires the second time the button is clicked
but not the first. Is there something I'm missing on getting the thing to
fire the first time it's clicked instead of the second time?
Thanks
S