since you didnt actually state the problem, im guessing the problem is you.
On Thu, Dec 11, 2008 at 3:28 AM, vikas arora <[EMAIL PROTECTED]>wrote: > hi all, > i m having a problem when i use datalist inside another datalist > > Example > > <asp:DataList ID="maindatalist" runat="server"> > > <ItemTemplate> > > <ItemTemplate> > > <table width="100%" border="1" bordercolor="#EACCDC" cellspacing="0" > cellpadding="0" style=" border-collapse:collapse;" height="100%"> > > <tr> > > <td valign="top" width="20%" class="trendalert"><p align="center" style > ="margin:0px;"><b><asp:Label ID="Lbl_Image_Name" runat="server"></asp: > Label></b><br> > > <asp:Image ID="Image_more" runat="server" width="145" height="224" vspace > ="3" /></p> > > <asp:Label ID="Lbl_Img_Desc" runat="server"></asp:Label> </td> > > </tr> > > </table> > > </ItemTemplate> > > </asp:DataList> > > </ItemTemplate> > > </asp:DataList> >
