Click here to Skip to main content
15,914,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMulti column list control in web form Pin
w_mainwaring18-Jan-07 0:28
w_mainwaring18-Jan-07 0:28 
AnswerRe: Multi column list control in web form Pin
Christian Graus18-Jan-07 10:18
protectorChristian Graus18-Jan-07 10:18 
GeneralRe: Multi column list control in web form Pin
w_mainwaring24-Jan-07 23:37
w_mainwaring24-Jan-07 23:37 
GeneralRe: Multi column list control in web form Pin
w_mainwaring26-Jan-07 2:42
w_mainwaring26-Jan-07 2:42 
Questionstrongly typed dataset ....? Pin
Naif_Prof18-Jan-07 0:14
Naif_Prof18-Jan-07 0:14 
QuestionHow to Make characters bold Pin
aaraaayen18-Jan-07 0:08
aaraaayen18-Jan-07 0:08 
AnswerRe: How to Make characters bold Pin
Venkatesh Mookkan18-Jan-07 0:25
Venkatesh Mookkan18-Jan-07 0:25 
GeneralRe: How to Make characters bold Pin
aaraaayen18-Jan-07 0:34
aaraaayen18-Jan-07 0:34 
Hi,

Thanks a lot.

this is my code.

try
{
client.Host = ConfigurationManager.AppSettings["MailServer"];
string subject = "Applying a Request on : " + requestDate;
string body = @" To Date : " + requestDate + LineBreak + " Request
Details : " + request + LineBreak + " Employee Name : " +
userName + LineBreak + " Applied Date : " +
DateTime.Now.Date.ToLongDateString();

MailMessage mailMessage = new MailMessage(requestApplicationImp.UsrEmailId,
requestApplicationImp.MgrEmailId,subject, body);
client.Send(mailMessage);

}

In the above code, i want to make To Date, Request Details... to be in bold.
Please help me.

Regards,
R. Sangeetha Priya

Prya

GeneralRe: How to Make characters bold Pin
Venkatesh Mookkan18-Jan-07 0:40
Venkatesh Mookkan18-Jan-07 0:40 
GeneralRe: How to Make characters bold Pin
aaraaayen18-Jan-07 1:01
aaraaayen18-Jan-07 1:01 
GeneralRe: How to Make characters bold Pin
Venkatesh Mookkan18-Jan-07 1:13
Venkatesh Mookkan18-Jan-07 1:13 
GeneralRe: How to Make characters bold Pin
indian14318-Jan-07 1:45
indian14318-Jan-07 1:45 
QuestionFixed Footer inside Master Page irrespective of Child page's height Pin
Omkar Ghaisas17-Jan-07 23:34
Omkar Ghaisas17-Jan-07 23:34 
Questionchanging access specifier from protected to public in ASP.NET 2.0 Pin
Nishant Rai17-Jan-07 23:32
Nishant Rai17-Jan-07 23:32 
Questionget text from a web page Pin
samiknandi17-Jan-07 22:40
samiknandi17-Jan-07 22:40 
Questiongrid view cell value Pin
iramg17-Jan-07 22:26
iramg17-Jan-07 22:26 
AnswerRe: grid view cell value Pin
Venkatesh Mookkan18-Jan-07 0:12
Venkatesh Mookkan18-Jan-07 0:12 
Questionhow to make menu in asp.net Pin
MissionSuccess17-Jan-07 22:07
MissionSuccess17-Jan-07 22:07 
AnswerRe: how to make menu in asp.net Pin
kalyan_vb18-Jan-07 4:12
kalyan_vb18-Jan-07 4:12 
QuestionLinking an sql query to Button event Pin
Praveen 12317-Jan-07 21:13
Praveen 12317-Jan-07 21:13 
AnswerRe: Linking an sql query to Button event Pin
Britney S. Morales18-Jan-07 2:09
Britney S. Morales18-Jan-07 2:09 
AnswerRe: Linking an sql query to Button event Pin
ednrgc18-Jan-07 2:57
ednrgc18-Jan-07 2:57 
Questionhow to validate Dropdownlist in ASP.NET Pin
findtango17-Jan-07 21:03
findtango17-Jan-07 21:03 
AnswerRe: how to validate Dropdownlist in ASP.NET Pin
Pradip Kishore17-Jan-07 21:16
Pradip Kishore17-Jan-07 21:16 
AnswerRe: how to validate Dropdownlist in ASP.NET Pin
J4amieC17-Jan-07 22:20
J4amieC17-Jan-07 22:20 

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.