For some reason whenever I use an asp button it must be clicked twice before the searchButton_Click function is called successfully.
<asp:button id="SearchButton" onclick="SearchButton_Click" BorderColor="RoyalBlue" runat="server" Text="Search" Height="20px" Font-Size="8pt" Font-Name="Verdana" Font-Bold="True"></asp:button>
Can anyone help me so that is works when clicked just once.
yours annoyingly
adam
<asp:button id="SearchButton" onclick="SearchButton_Click" BorderColor="RoyalBlue" runat="server" Text="Search" Height="20px" Font-Size="8pt" Font-Name="Verdana" Font-Bold="True"></asp:button>
Can anyone help me so that is works when clicked just once.
yours annoyingly
adam