A
AAaron123
I'm this far in determining the correct code to find a textbox I need to
set.
Me.Master.FindControl("Body1").FindControl("Form2").FindControl("Table2").FindControl("TableRow7").FindControl("TableCellR7C2S2").FindControl("RightCPH").FindControl("div1").FindControl("div2").FindControl("LoginView1")
Took me longer than I want to say to produce the above and I'm not there
yet.
Isn't there a better way? Seems a routine that recursively searches might
work.
So my question is: Is there a better way or do I have to keep working to
finish the above.
Thanks
PS Then if a year form now someone changes almost anything in the .aspx file
this will break!
set.
Me.Master.FindControl("Body1").FindControl("Form2").FindControl("Table2").FindControl("TableRow7").FindControl("TableCellR7C2S2").FindControl("RightCPH").FindControl("div1").FindControl("div2").FindControl("LoginView1")
Took me longer than I want to say to produce the above and I'm not there
yet.
Isn't there a better way? Seems a routine that recursively searches might
work.
So my question is: Is there a better way or do I have to keep working to
finish the above.
Thanks
PS Then if a year form now someone changes almost anything in the .aspx file
this will break!