M
MaryA
i have this :
CType(itemVal.Cells(2).Controls(1), textbox).Attributes("onchange") =
"DateFormat(CType(e.item.Cells(2).Controls(1),
textbox).id,CType(e.item.Cells(2).Controls(1),
textbox).text,event,false,""1""); "
but this is not working?
how can i pass the value of a textbox (in a datagrid) to the dateformat
function (javascript)
I appriciate any help
regards
CType(itemVal.Cells(2).Controls(1), textbox).Attributes("onchange") =
"DateFormat(CType(e.item.Cells(2).Controls(1),
textbox).id,CType(e.item.Cells(2).Controls(1),
textbox).text,event,false,""1""); "
but this is not working?
how can i pass the value of a textbox (in a datagrid) to the dateformat
function (javascript)
I appriciate any help
regards