Posted on: 3/24/2015 5:50:32 PM | Views : 669

Hi

Say I have a simple form like the sample in the code. How would I run the Group Validation (called Div_Validate)  "only on controls which are visible"  OnClientClick of the button Is this possible ? (I prefer javascript, if anyone can help) Here is a simple form Thank you J
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Page Language="C#" %> <html dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <script type="text/jscript"> function selectdivs() { var numdivs = 3; var num = document.getElementB ...

Go to the complete details ...