F
flash
Hi,
I am trying to access a text control using a variable name rather than a
fixed id.
ie I have a text controls called "tx1" "tx2" "tx3" etc. and i want to set
the control using
something like
"id" & variable
rather than "id1"
Is there a way in asp.net i can access a text control using the DOM so don't
have to have a hardcoded id in my code?
TIA.
I am trying to access a text control using a variable name rather than a
fixed id.
ie I have a text controls called "tx1" "tx2" "tx3" etc. and i want to set
the control using
something like
"id" & variable
rather than "id1"
Is there a way in asp.net i can access a text control using the DOM so don't
have to have a hardcoded id in my code?
TIA.