Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
374 Points
518 Posts
Feb 13, 2012 08:18 PM|LINK
Hmmm, it's not working for the Obout:textbox.
Here is how I have the textbox control and button control in place:
<obout:OboutButton ID="ZipButton" runat="server" Text="Download as Zip" Width="150px" CausesValidation="true" OnClick="ZipButton_Click" OnClientClick="return validate();"> </obout:OboutButton> <asp:Label ID="PasswordLabel" runat="server" Text="Zip File Password:" ForeColor="Black" Font-Bold="true"></asp:Label> <obout:OboutTextBox ID="ZipPwdTextBox" runat="server"></obout:OboutTextBox>
mattcase
Member
374 Points
518 Posts
Re: TextBox Validation after postback
Feb 13, 2012 08:18 PM|LINK
Hmmm, it's not working for the Obout:textbox.
Here is how I have the textbox control and button control in place:
<obout:OboutButton ID="ZipButton" runat="server" Text="Download as Zip" Width="150px" CausesValidation="true" OnClick="ZipButton_Click" OnClientClick="return validate();"> </obout:OboutButton> <asp:Label ID="PasswordLabel" runat="server" Text="Zip File Password:" ForeColor="Black" Font-Bold="true"></asp:Label> <obout:OboutTextBox ID="ZipPwdTextBox" runat="server"></obout:OboutTextBox>