<a id="MyDataList_ _ctl1_edit_Butt on" NAME="edit_Butt on"
OnMousedown="En ableValidators( 'editGroup_');" href="javascrip t:{if
(typeof(Page_Cl ientValidate) != 'function' || Page_ClientVali date())
__doPostBack('M yDataList$_ctl1 $edit_Button',' ')} ">Edit</a>
In the above example, the function 'EnableValidato rs' does not fire. Has it
got something to do with the fact the id and name attributes are different?
I am unable to make the id and name attributes the same so is there anything
I can do to get it to work?
Thanks in advance.
OnMousedown="En ableValidators( 'editGroup_');" href="javascrip t:{if
(typeof(Page_Cl ientValidate) != 'function' || Page_ClientVali date())
__doPostBack('M yDataList$_ctl1 $edit_Button',' ')} ">Edit</a>
In the above example, the function 'EnableValidato rs' does not fire. Has it
got something to do with the fact the id and name attributes are different?
I am unable to make the id and name attributes the same so is there anything
I can do to get it to work?
Thanks in advance.
Comment