Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
rgoal  
#1 Posted : Sunday, December 19, 2010 2:40:18 PM(UTC)
rgoal

Rank: Newbie

Groups: Member
Joined: 12/19/2010(UTC)
Posts: 1

I am using the trial version.
I have an aspx page that has a control that need to be validated in the client side


Code:
<asp:DropDownList ID="ddl_categories" runat="server">
                     </asp:DropDownList>
                     <asp:RequiredFieldValidator  runat="server" ID="cat" ErrorMessage="Please select a category" ControlToValidate ="ddl_categories"></asp:RequiredFieldValidator>




then I have my upload image control.
How can I force the Upload button to validate the page on the client side first ?

currently when i hit the button to ignores the RequiredFieldValidator

Thanks

Edited by moderator Sunday, December 19, 2010 2:57:04 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.