Trouble in ASP.NET

A

Al Ortmeier

I am trying to access a drawing control on an aspx page from my C# code
behind. I have the id set as in the tutorial on the Microsoft site. However,
when I use the findcontrol method explained within that tutorial I get
nothing. I've also tried iterating through the controls collection with no
success. I DO find a control with a null value for the id, which I think is
the control in question. I need to get programmatic control of this item so
that I can iterate through the objects in the document, etc. Any help or
example code would be much appreciated.

Thank you.

Al
 
Top