Click here to Skip to main content
15,893,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Repeat table onclick Pin
Not Active24-Aug-11 16:36
mentorNot Active24-Aug-11 16:36 
GeneralRe: Repeat table onclick Pin
Nannab25-Aug-11 3:28
Nannab25-Aug-11 3:28 
GeneralRe: Repeat table onclick Pin
Not Active25-Aug-11 4:08
mentorNot Active25-Aug-11 4:08 
GeneralRe: Repeat table onclick Pin
Nannab26-Aug-11 15:13
Nannab26-Aug-11 15:13 
GeneralRe: Repeat table onclick Pin
Not Active27-Aug-11 3:53
mentorNot Active27-Aug-11 3:53 
GeneralRe: Repeat table onclick Pin
Nannab27-Aug-11 15:16
Nannab27-Aug-11 15:16 
GeneralRe: Repeat table onclick Pin
Not Active29-Aug-11 9:02
mentorNot Active29-Aug-11 9:02 
Questionhow to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 12:05
Dhyanga23-Aug-11 12:05 
hey i have a table under the repeater like shown below in the code. Now my problem is there showing the empty rows too along with the data from that table value "TotalAmount". So i am wondering if I could be able to put the condition under that table. some thing like if value equals null, delete the table cell or else show the table cell kind of thing. Is there any way I can do this?

<asp:Repeater ID="rptTotAmount" runat="server">            
            <ItemTemplate>          
                 <div style="page-break-after:always;">
                    <asp:Table ID="tblItemListt" runat="server" Font-Size="8%">
                        <asp:TableRow>                            
                            <asp:TableCell HorizontalAlign="Right"><%# DataBinder.Eval(Container.DataItem, "TotalAmount", "Total: {0:c}")%></asp:TableCell>
                        </asp:TableRow>
                    </asp:Table>
                </div>
            </ItemTemplate>            
        </asp:Repeater>

suchita

AnswerRe: how to put condition under the table which is inside the repeater?? Pin
Not Active23-Aug-11 12:21
mentorNot Active23-Aug-11 12:21 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 12:49
Dhyanga23-Aug-11 12:49 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Not Active23-Aug-11 13:06
mentorNot Active23-Aug-11 13:06 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 13:16
Dhyanga23-Aug-11 13:16 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Not Active23-Aug-11 13:38
mentorNot Active23-Aug-11 13:38 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 16:42
Dhyanga23-Aug-11 16:42 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Not Active23-Aug-11 17:02
mentorNot Active23-Aug-11 17:02 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga24-Aug-11 2:57
Dhyanga24-Aug-11 2:57 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga29-Aug-11 10:38
Dhyanga29-Aug-11 10:38 
Questionasp Pin
royaizadi23-Aug-11 8:19
royaizadi23-Aug-11 8:19 
AnswerRe: asp Pin
Not Active23-Aug-11 8:27
mentorNot Active23-Aug-11 8:27 
JokeRe: asp Pin
Manfred Rudolf Bihy23-Aug-11 8:50
professionalManfred Rudolf Bihy23-Aug-11 8:50 
GeneralRe: asp Pin
Not Active23-Aug-11 9:02
mentorNot Active23-Aug-11 9:02 
GeneralRe: asp Pin
S Douglas23-Aug-11 14:39
professionalS Douglas23-Aug-11 14:39 
GeneralRe: asp Pin
Manfred Rudolf Bihy24-Aug-11 3:42
professionalManfred Rudolf Bihy24-Aug-11 3:42 
GeneralRe: asp Pin
S Douglas24-Aug-11 4:29
professionalS Douglas24-Aug-11 4:29 
GeneralRe: asp Pin
Manfred Rudolf Bihy24-Aug-11 3:39
professionalManfred Rudolf Bihy24-Aug-11 3:39 

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.