OWC Chart and Spreadsheet in a repeater

  • Thread starter Richard Luckwell
  • Start date
R

Richard Luckwell

I am using asp.net, vb and codebehind with a repeater containing an OWC
spreadsheet and chart in the itemtemplate.
What I want is when a user clicks a button, data is loaded into each
repeater items spreadsheet and some formating is done.
Then the spreadsheet and chart are made visible.

The problem is I cannot get a reference to any of the spreadsheets or
charts. ie if I try to use the item and control properties of the repeater or
the findcontrol method the objects dont seem to exist although I can see them
in the browser.
Is this related to the objects being activex?

Cheers Rick
 
Top