Click here to Skip to main content
15,888,313 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Load another web site page content into my Web Page Application Pin
Sandilian26-Jul-10 20:37
Sandilian26-Jul-10 20:37 
AnswerRe: How to Load another web site page content into my Web Page Application Pin
Arun Jacob26-Jul-10 21:12
Arun Jacob26-Jul-10 21:12 
AnswerRe: How to Load another web site page content into my Web Page Application Pin
Sandesh M Patil27-Jul-10 6:46
Sandesh M Patil27-Jul-10 6:46 
Questionget back vs2005 project? Pin
Member 387988126-Jul-10 18:49
Member 387988126-Jul-10 18:49 
AnswerRe: get back vs2005 project? Pin
Arun Jacob26-Jul-10 19:12
Arun Jacob26-Jul-10 19:12 
Questionnested repeater Pin
Dhyanga26-Jul-10 5:48
Dhyanga26-Jul-10 5:48 
AnswerRe: nested repeater Pin
Not Active26-Jul-10 6:15
mentorNot Active26-Jul-10 6:15 
GeneralRe: nested repeater Pin
Dhyanga26-Jul-10 6:22
Dhyanga26-Jul-10 6:22 
Sure. Thanks for the reply. Well these are the codes.
<asp:Repeater runat="server" id="Repeater1">
    <HeaderTemplate>items<br /><br /></HeaderTemplate>
    <ItemTemplate>
     <b><%# DataBinder.Eval(Container.DataItem, "catagoryname") %></t>
     <br><%# DataBinder.Eval(Container.DataItem, "catagorydescription") %>
    
        <asp:Repeater ID="Repeater3" runat="server">
        
                 <ItemTemplate>
                 <br>Items: <%# DataBinder.Eval(Container.DataItem,"ItemName")%></t></t></t><%# DataBinder.Eval(Container.DataItem, "Amount") %>
                 <br><%# DataBinder.Eval(Container.DataItem, "ItemDescription") %></br>
                  </ItemTemplate>
                 </asp:Repeater>
                 
   
    </ItemTemplate>
          <separatortemplate>
             <br />
             <br />
             <br />
           </separatortemplate>
        </asp:Repeater>


I have these in my ascx page.
suchita

GeneralRe: nested repeater Pin
Martin Jarvis26-Jul-10 6:47
Martin Jarvis26-Jul-10 6:47 
GeneralRe: nested repeater Pin
Not Active26-Jul-10 6:52
mentorNot Active26-Jul-10 6:52 
GeneralRe: nested repeater Pin
Dhyanga26-Jul-10 7:02
Dhyanga26-Jul-10 7:02 
GeneralRe: nested repeater Pin
Not Active26-Jul-10 6:51
mentorNot Active26-Jul-10 6:51 
GeneralRe: nested repeater Pin
Dhyanga26-Jul-10 7:06
Dhyanga26-Jul-10 7:06 
GeneralRe: nested repeater Pin
Not Active26-Jul-10 7:14
mentorNot Active26-Jul-10 7:14 
GeneralRe: nested repeater [modified] Pin
Dhyanga26-Jul-10 7:40
Dhyanga26-Jul-10 7:40 
GeneralRe: nested repeater Pin
Not Active26-Jul-10 8:30
mentorNot Active26-Jul-10 8:30 
GeneralRe: nested repeater Pin
Dhyanga26-Jul-10 8:40
Dhyanga26-Jul-10 8:40 
GeneralRe: nested repeater Pin
Not Active26-Jul-10 8:53
mentorNot Active26-Jul-10 8:53 
GeneralRe: nested repeater [modified] Pin
Dhyanga26-Jul-10 9:14
Dhyanga26-Jul-10 9:14 
GeneralRe: nested repeater Pin
Not Active26-Jul-10 10:31
mentorNot Active26-Jul-10 10:31 
GeneralRe: nested repeater Pin
Dhyanga26-Jul-10 10:35
Dhyanga26-Jul-10 10:35 
JokeRe: nested repeater Pin
Adam R Harris28-Jul-10 9:14
Adam R Harris28-Jul-10 9:14 
QuestionLocalizaing the data populating from database Pin
dev_asp_shreshtha26-Jul-10 5:20
dev_asp_shreshtha26-Jul-10 5:20 
AnswerRe: Localizaing the data populating from database Pin
Yusuf26-Jul-10 6:30
Yusuf26-Jul-10 6:30 
QuestionPost Alert Issue Pin
dev_asp_shreshtha26-Jul-10 5:14
dev_asp_shreshtha26-Jul-10 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.