|
|
Eugene 9/15/2006 |
|
try to use AfterAdd events with code : |
|
|
|
swat author 10/9/2006 |
|
Compilation Error |
|
|
|
swat author 10/9/2006 |
|
Please note that this field is an rich-edit format |
|
|
|
Eugene 10/11/2006 |
|
func.SendMail("test@test.com", "Sample subject", e.Command.Parameters["Question"].Value.ToString()); |
|
|
|
swat author 12/6/2006 |
|
Here is my code: using System;
|
|
|
|
Eugene 12/7/2006 |
|
You can use "After record added" event. public static void AfterAdd(System.Web.UI.Page Page, SqlDataSourceStatusEventArgs e) |
|
|
|
swat author 12/7/2006 |
|
It works now, I can populate the Body section to email- however it is not HTML format- |
|
|
|
Eugene 12/11/2006 |
|
Try to add this string into SendMail function (file lib.cs) |
|
|
|
swat author 12/12/2006 |
|
Server Error in '/TWWI' Application. |
|
|
|
Eugene 12/13/2006 |
|
mail.BodyFormat = MailFormat.Html; |
|
|
|
swat author 12/13/2006 |
|
Compilation Error |
|
|
|
Eugene 12/15/2006 |
|
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=13910&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> |
|