L
Lloyd Dupont
I'm createing a NamingContainer (which could be nested deep in the
hierarchy)
Which contains an HtmlInputField
I then want to do some javascript on the (hidden) input field.
Problem is, I don't know how to get my InputField id :-/
So far I'm using hidden.ClientID but this returns me:
ctl01_BackgroundPicture
whereas the end result, in the web page,
is:ctl00_mainContent_BlogMonthList1_b_1_ctl01_BackgroundPicturewhat could I
do?
Thanks fo any tips!
hierarchy)
Which contains an HtmlInputField
I then want to do some javascript on the (hidden) input field.
Problem is, I don't know how to get my InputField id :-/
So far I'm using hidden.ClientID but this returns me:
ctl01_BackgroundPicture
whereas the end result, in the web page,
is:ctl00_mainContent_BlogMonthList1_b_1_ctl01_BackgroundPicturewhat could I
do?
Thanks fo any tips!