Click here to Skip to main content
15,917,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: sqlbulk copy asp.net c# Pin
Ashfield28-Jul-08 1:12
Ashfield28-Jul-08 1:12 
GeneralRe: sqlbulk copy asp.net c# Pin
VijayVishwakarma28-Jul-08 20:10
VijayVishwakarma28-Jul-08 20:10 
GeneralRe: sqlbulk copy asp.net c# Pin
Ashfield28-Jul-08 21:04
Ashfield28-Jul-08 21:04 
GeneralRe: sqlbulk copy asp.net c# Pin
VijayVishwakarma28-Jul-08 21:20
VijayVishwakarma28-Jul-08 21:20 
GeneralRe: sqlbulk copy asp.net c# Pin
Ashfield29-Jul-08 9:37
Ashfield29-Jul-08 9:37 
GeneralRe: sqlbulk copy asp.net c# Pin
VijayVishwakarma29-Jul-08 19:44
VijayVishwakarma29-Jul-08 19:44 
GeneralRe: sqlbulk copy asp.net c# Pin
Ashfield30-Jul-08 1:17
Ashfield30-Jul-08 1:17 
QuestionAccess Denied Error. Pin
Binod K27-Jul-08 22:12
Binod K27-Jul-08 22:12 
AnswerRe: Access Denied Error. Pin
Vasudevan Deepak Kumar28-Jul-08 18:27
Vasudevan Deepak Kumar28-Jul-08 18:27 
QuestionAccessing Shared Variables Pin
nagendrathecoder27-Jul-08 21:46
nagendrathecoder27-Jul-08 21:46 
AnswerRe: Accessing Shared Variables Pin
eyeseetee27-Jul-08 21:56
eyeseetee27-Jul-08 21:56 
GeneralRe: Accessing Shared Variables Pin
nagendrathecoder27-Jul-08 22:10
nagendrathecoder27-Jul-08 22:10 
GeneralRe: Accessing Shared Variables Pin
eyeseetee27-Jul-08 22:28
eyeseetee27-Jul-08 22:28 
GeneralRe: Accessing Shared Variables Pin
nagendrathecoder27-Jul-08 22:53
nagendrathecoder27-Jul-08 22:53 
GeneralRe: Accessing Shared Variables Pin
eyeseetee27-Jul-08 23:31
eyeseetee27-Jul-08 23:31 
QuestionFrom datatable binding the mail body in runtime Pin
Member 387988127-Jul-08 21:22
Member 387988127-Jul-08 21:22 
Hi runtime i am telling whats my mail body have to contain...,

But its not at all considering that for loop of j and inside if condition:

This is my code:


foreach (FileInfo f in fInfos)
{
attach = new MailAttachment(f.FullName);
for (int j = DS.Tables.Count - 1; j < DS.Tables.Count; j++)
{
if(Path.GetFileNameWithoutExtension(d.Name)==DS.Tables[j].Rows[0][1].ToString())
{
mbody = "<table width='600' style='FONT-SIZE: 8.5pt; COLOR: #003d6a; FONT-FAMILY: tahoma; HEIGHT: 24px'>" +
"<tr bgcolor='#F1F1F1'><td colspan='2' align='left' height='25px'><b>Time Sheet For Last Week Employee Details :</b></td></tr>" +
"<tr><td>Employee Name:</td><td>Working Dates :</td><td>Worked Dates :</td></tr>" +
"<tr><td>" + DS.Tables[j].Rows[0][2].ToString() + "</td>" +
"<td>" + DS.Tables[j].Rows[0][3].ToString() + "</td>" +
"<td>" + DS.Tables[j].Rows[0][4].ToString() + "</td></tr>" +
"</table>";

}
mailMessage.Body = mbody;
}
AnswerRe: From datatable binding the mail body in runtime Pin
Sherin Iranimose27-Jul-08 22:45
Sherin Iranimose27-Jul-08 22:45 
QuestionAdd TabPanel inside a tabpanel of ajax tabcontainer Pin
Bharani_Ram27-Jul-08 21:08
Bharani_Ram27-Jul-08 21:08 
QuestionAdd Ajax TabPanel Dynamically on button click Pin
Bharani_Ram27-Jul-08 21:06
Bharani_Ram27-Jul-08 21:06 
AnswerRe: Add Ajax TabPanel Dynamically on button click Pin
Sam Xavier27-Jul-08 21:16
Sam Xavier27-Jul-08 21:16 
Questioniis issue Pin
Tauseef A27-Jul-08 20:49
Tauseef A27-Jul-08 20:49 
AnswerRe: iis issue Pin
Sam Xavier27-Jul-08 21:13
Sam Xavier27-Jul-08 21:13 
QuestionHow to deal with the error of "The page cannot be displayed" Pin
Robert Wang198327-Jul-08 20:49
Robert Wang198327-Jul-08 20:49 
AnswerRe: How to deal with the error of "The page cannot be displayed" Pin
Robert Wang198327-Jul-08 20:50
Robert Wang198327-Jul-08 20:50 
GeneralRe: How to deal with the error of "The page cannot be displayed" Pin
neilmajithia27-Jul-08 23:29
neilmajithia27-Jul-08 23:29 

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.