R
Rob Meade
Hi all,
I was wondering if you can help. I have the need to find a control on the
page for which I don't know all of the ID, this is because it is made up
from several id's forming one new id. Is there anyway to find this control
with only part of the information (the part I have will definately be
unique).
I was hoping that it might be possible to push a regular expression in the
string part of the Page.FindControl - but I dont think I can.
I've tried iterating through all the controls on the page, but - well - it
lies! If I add Page.Controls to the watch it says there's five, if I then
add .Item(3) - the html form control, and then add .Controls this is full of
more controls...
Can anyone help me?
Regards
Rob
I was wondering if you can help. I have the need to find a control on the
page for which I don't know all of the ID, this is because it is made up
from several id's forming one new id. Is there anyway to find this control
with only part of the information (the part I have will definately be
unique).
I was hoping that it might be possible to push a regular expression in the
string part of the Page.FindControl - but I dont think I can.
I've tried iterating through all the controls on the page, but - well - it
lies! If I add Page.Controls to the watch it says there's five, if I then
add .Item(3) - the html form control, and then add .Controls this is full of
more controls...
Can anyone help me?
Regards
Rob