M
MaryA
CType(itemVal.Cells(2).Controls(1), textbox).Attributes("OnTextChanged") =
"javascript:text_change(CType(itemVal.Cells(2).Controls(1),
textbox).text,CType(itemVal.Cells(2).Controls(0), textbox).text)"
I added this line in ListAct_ItemDataBound procedure but when entering new
data in the specific text box the function yext_change is not working
Any suggestions?
Thanks
"javascript:text_change(CType(itemVal.Cells(2).Controls(1),
textbox).text,CType(itemVal.Cells(2).Controls(0), textbox).text)"
I added this line in ListAct_ItemDataBound procedure but when entering new
data in the specific text box the function yext_change is not working
Any suggestions?
Thanks