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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top