Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
QuestionC#.net working with windows authenication Pin
dcof23-Aug-11 12:14
dcof23-Aug-11 12:14 
AnswerRe: C#.net working with windows authenication Pin
Mycroft Holmes23-Aug-11 15:14
professionalMycroft Holmes23-Aug-11 15:14 
AnswerRe: C#.net working with windows authenication Pin
ake0123-Aug-11 23:29
ake0123-Aug-11 23:29 
AnswerRe: C#.net working with windows authenication Pin
Bernhard Hiller25-Aug-11 5:15
Bernhard Hiller25-Aug-11 5:15 
QuestionC#.net working with active directory Pin
dcof23-Aug-11 12:03
dcof23-Aug-11 12:03 
AnswerRe: C#.net working with active directory Pin
Simon Bang Terkildsen23-Aug-11 12:44
Simon Bang Terkildsen23-Aug-11 12:44 
AnswerRe: C#.net working with active directory Pin
SledgeHammer0123-Aug-11 12:49
SledgeHammer0123-Aug-11 12:49 
Questionhow to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 11:14
Dhyanga23-Aug-11 11:14 
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

SuggestionRe: how to put condition under the table which is inside the repeater?? Pin
Simon Bang Terkildsen23-Aug-11 11:28
Simon Bang Terkildsen23-Aug-11 11:28 
GeneralRe: how to put condition under the table which is inside the repeater?? Pin
Dhyanga23-Aug-11 12:06
Dhyanga23-Aug-11 12:06 
QuestionDatagridview to Excel.....Automate Reporting with Timer Pin
PDTUM23-Aug-11 9:48
PDTUM23-Aug-11 9:48 
AnswerRe: Datagridview to Excel.....Automate Reporting with Timer Pin
Dalek Dave23-Aug-11 11:33
professionalDalek Dave23-Aug-11 11:33 
GeneralRe: Datagridview to Excel.....Automate Reporting with Timer Pin
PDTUM23-Aug-11 12:32
PDTUM23-Aug-11 12:32 
AnswerRe: Datagridview to Excel.....Automate Reporting with Timer Pin
Mycroft Holmes23-Aug-11 15:09
professionalMycroft Holmes23-Aug-11 15:09 
QuestionReading from a ListBox Pin
Wamuti23-Aug-11 5:57
Wamuti23-Aug-11 5:57 
AnswerRe: Reading from a ListBox [modified] Pin
Herboren23-Aug-11 6:27
Herboren23-Aug-11 6:27 
AnswerRe: Reading from a ListBox Pin
Eddy Vluggen23-Aug-11 11:13
professionalEddy Vluggen23-Aug-11 11:13 
QuestionIE Trickery [modified] Pin
Herboren23-Aug-11 2:35
Herboren23-Aug-11 2:35 
AnswerRe: IE Trickery Pin
Not Active23-Aug-11 3:08
mentorNot Active23-Aug-11 3:08 
GeneralRe: IE Trickery Pin
Herboren23-Aug-11 3:33
Herboren23-Aug-11 3:33 
GeneralRe: IE Trickery Pin
Herboren23-Aug-11 4:08
Herboren23-Aug-11 4:08 
QuestionHow to convert PDF to Flash Book Pin
vj.negi0823-Aug-11 2:31
vj.negi0823-Aug-11 2:31 
AnswerRe: How to convert PDF to Flash Book Pin
BobJanova23-Aug-11 5:08
BobJanova23-Aug-11 5:08 
QuestionVisual Studio build macro [modified] Pin
lukeer22-Aug-11 23:09
lukeer22-Aug-11 23:09 
AnswerRe: Visual Studio build macro Pin
Richard MacCutchan23-Aug-11 0:48
mveRichard MacCutchan23-Aug-11 0:48 

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.