This might sound dum but i am having a problem with a Repeater Control in
ASP.Net 2.0. My Website is consuming a webservice which returns an Array
which in turn holds array lists and all works fine if i bind this array to
the dataview control or any other 3 party control.
But when i bind it to a Repeater Control i get nothing...

Is there a problem with binding tis directly or what is the best way on
debugging this problem ?

Thanks