Ask a Question related to ASP Components, Design and Development.
-
aponnath #1
Problem with Repeater Control
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
aponnath Guest
-
Repeater Control
I am a novice programmer. I want to use a repeater to display a button for every item in the cache. Each button should have the key of the cache... -
DataList parrent control with a Repeater child control
I've been trying to bind a Repeater 'child control' to a DataList control and seem to have lost the plot. Tec spec: Connection to SQL server 2... -
Composite control delegating databound templated features to child <asp:repeater> control
Hi Everybody, I'm creating a composite control in C# that basically renders a bunch of webcontrols such as <asp:Label />, <asp:Repeater />,... -
Repeater control in a rendered custom control
I have created a custom control that puts a html wrapper around some code so <myc:cPanel ...>more html</myc:cPanel> will draw a html table which... -
binding user control to Repeater web control
Hi, I have designed a user control which exposes properties for data binding in the containing web page, and I want to use the Repeater web...



Reply With Quote

