Click here to Skip to main content
15,889,595 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Disable all controls in a form! [modified] Pin
Arindam Tewary17-Mar-07 2:19
professionalArindam Tewary17-Mar-07 2:19 
QuestionAdd Control Pin
vengaqua16-Mar-07 21:50
vengaqua16-Mar-07 21:50 
AnswerRe: Add Control Pin
Kunal P16-Mar-07 23:39
Kunal P16-Mar-07 23:39 
GeneralRe: Add Control Pin
vengaqua17-Mar-07 0:59
vengaqua17-Mar-07 0:59 
GeneralRe: Add Control Pin
Kunal P17-Mar-07 19:33
Kunal P17-Mar-07 19:33 
GeneralRe: Add Control Pin
vengaqua18-Mar-07 21:43
vengaqua18-Mar-07 21:43 
QuestionDisplay details in a table while sending mail Pin
anujose16-Mar-07 21:18
anujose16-Mar-07 21:18 
AnswerRe: Display details in a table while sending mail Pin
Ziyad Mohammad18-Mar-07 20:32
Ziyad Mohammad18-Mar-07 20:32 
True, this can be achieved with HTMl mail.

What you have to do is assign the content as a string to a variable and make it the body of the email. You can insert the value entered by the user in the string itself.

Eg:-

string str = "<html><body>Hai Friend. Your request has been received in the name of " + txtName.Text + " and we will get back to you soon<body><html>"

mailbody = str




Thanks,
Ziyad [http://www.dotnetsoldier.blogspot.com/]
QuestionIssues in Word Automation Pin
Sankara Narayana16-Mar-07 21:16
Sankara Narayana16-Mar-07 21:16 
AnswerRe: Issues in Word Automation Pin
Vasudevan Deepak Kumar19-Mar-07 5:38
Vasudevan Deepak Kumar19-Mar-07 5:38 
QuestionAccess OLE Object........ Pin
Are Jay16-Mar-07 11:41
Are Jay16-Mar-07 11:41 
QuestionRemember me is not working Pin
subhsam16-Mar-07 11:23
subhsam16-Mar-07 11:23 
QuestionWhere is the code hiding? Pin
Nostromo7716-Mar-07 11:19
Nostromo7716-Mar-07 11:19 
QuestionBind XMLdatasource to in Memory XPathDocument Pin
GaryWoodfine 16-Mar-07 8:10
professionalGaryWoodfine 16-Mar-07 8:10 
AnswerRe: Bind XMLdatasource to in Memory XPathDocument Pin
GaryWoodfine 19-Mar-07 13:52
professionalGaryWoodfine 19-Mar-07 13:52 
QuestionLearning asp.net Pin
chancomsats16-Mar-07 7:07
chancomsats16-Mar-07 7:07 
AnswerRe: Learning asp.net Pin
Jesse Squire16-Mar-07 7:23
Jesse Squire16-Mar-07 7:23 
AnswerRe: Learning asp.net Pin
Michael Sync16-Mar-07 21:29
Michael Sync16-Mar-07 21:29 
AnswerRe: Learning asp.net Pin
Vasudevan Deepak Kumar19-Mar-07 5:50
Vasudevan Deepak Kumar19-Mar-07 5:50 
Questionfile upload with progress indicator Pin
Naveed Kamboh16-Mar-07 6:15
Naveed Kamboh16-Mar-07 6:15 
AnswerRe: file upload with progress indicator Pin
Jesse Squire16-Mar-07 6:51
Jesse Squire16-Mar-07 6:51 
GeneralRe: file upload with progress indicator Pin
Naveed Kamboh16-Mar-07 16:24
Naveed Kamboh16-Mar-07 16:24 
AnswerRe: file upload with progress indicator Pin
Vasudevan Deepak Kumar19-Mar-07 5:48
Vasudevan Deepak Kumar19-Mar-07 5:48 
GeneralRe: file upload with progress indicator Pin
Naveed Kamboh20-Mar-07 1:46
Naveed Kamboh20-Mar-07 1:46 
Questionrequiredfieldvalidator issue Pin
Ridge Howison16-Mar-07 5:48
Ridge Howison16-Mar-07 5: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.