D
DavidC
I would like to loop through all of the controls in a GridView inside form1
and grab the values (innerHTML) of TextBox controls that contain "txtWeek" as
part of the ID name. I need to do it at the client so I was thinking of
Javascript using getElementById but that requires an exact name. Can anyone
help on how to do this and a short example? Thanks.
and grab the values (innerHTML) of TextBox controls that contain "txtWeek" as
part of the ID name. I need to do it at the client so I was thinking of
Javascript using getElementById but that requires an exact name. Can anyone
help on how to do this and a short example? Thanks.