javascript自定义验证器问题

javascript自定义验证器问题

本文介绍了javascript自定义验证器问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我想使用 customValidator.ClientValidationFunction = fnClientFunction

customValidator in validator groupegroup1







函数fnClientFunction(source,args)

{

....

}

此customvalidator仅针对gridview的文本框列触发,其中行号> int i

那么如何实现呢?

提前谢谢。

hi guys,i want to use customValidator.ClientValidationFunction = fnClientFunction.
customValidator in validator groupe "group1"

and

function fnClientFunction(source, args)
{
....
}
this customvalidator fires just for a gridview's textbox column where row numbers > int i
so how to achive that?
thanks in advance.

推荐答案


这篇关于javascript自定义验证器问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 13:16