Board index » Web Programming » Javascript Validition and Required Validator
|
nerdman
|
Javascript Validition and Required Validator
Web Programming317
Hello, I created a simple javascipt routine to do some validation. I attached that script to my ASP Button with the following code... cmdAddTask.Attributes["onclick"] = "javascript:return ValidateItemsSelected(lstSelectedGroupOwners, spnErrSelectedGroupOwners);"; After I did this, my "asp:requiredvalidator" stopped working. If I remove the code above, and re-run, my ASP RequiredValidator works just fine. I am guess that I am clobbering something....what is the appropriate technique to get both to work? Thanks!! - |
