Click here to Skip to main content
15,915,702 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCrystal Report do show output when it is placed on IIS Pin
mohd imran abdul aziz6-Mar-07 1:36
mohd imran abdul aziz6-Mar-07 1:36 
AnswerRe: Crystal Report do show output when it is placed on IIS Pin
Sylvester george6-Mar-07 2:02
Sylvester george6-Mar-07 2:02 
GeneralRe: Crystal Report do show output when it is placed on IIS Pin
mohd imran abdul aziz6-Mar-07 2:16
mohd imran abdul aziz6-Mar-07 2:16 
GeneralRe: Crystal Report do show output when it is placed on IIS Pin
Sylvester george6-Mar-07 2:19
Sylvester george6-Mar-07 2:19 
AnswerRe: Crystal Report do show output when it is placed on IIS Pin
Vasudevan Deepak Kumar6-Mar-07 9:23
Vasudevan Deepak Kumar6-Mar-07 9:23 
GeneralRe: Crystal Report do show output when it is placed on IIS Pin
mohd imran abdul aziz6-Mar-07 16:34
mohd imran abdul aziz6-Mar-07 16:34 
QuestionNeed to keep track of SENT emails Pin
Atul Kharecha6-Mar-07 1:05
Atul Kharecha6-Mar-07 1:05 
AnswerRe: Need to keep track of SENT emails Pin
Eduard Keilholz6-Mar-07 1:57
Eduard Keilholz6-Mar-07 1:57 
I used a method which is not bullet proof, but gives you an idea of the sent mails. There are loads of but's and if's involved though...

I sent HTML mails including a picture of 1 by 1 pixel. The image comes from a dynamic webpage. The source of my html mail contains the image tag
<br />
<img src="http://www.server.com/mailimage.aspx?mailingid=12345&contactid=12345"><br />


As said, mailimage.aspx returns an image which allows you to hide the image. Mailingid and Contact id allowed me to set some database flags.

Also, when my html mail contained links, for example
<br />
[a href="http://www.google.com"]google[/a]<br />

I changed the link to a diffrent link
<br />
[a href="http://www.server.com/redirect.aspx?link=http://www.google.com&mailingid=12345&contactid=12345"]google[/a]<br />

which also allowed me to keep track of clicked links. However as you can understand, this technique is far from bullet proof and only works when the receipient accepts html mail, and allows you to display pictures. The links still work, which enables you to get some feedback.




.: I love it when a plan comes together :.
http://www.zonderpunt.nl

QuestionMenu bars in asp.net........... Pin
Member 38798816-Mar-07 0:44
Member 38798816-Mar-07 0:44 
AnswerRe: Menu bars in asp.net........... Pin
Sandeep Akhare6-Mar-07 0:49
Sandeep Akhare6-Mar-07 0:49 
GeneralRe: Menu bars in asp.net........... Pin
Member 38798816-Mar-07 0:55
Member 38798816-Mar-07 0:55 
GeneralRe: Menu bars in asp.net........... Pin
Vsree6-Mar-07 1:41
Vsree6-Mar-07 1:41 
GeneralRe: Menu bars in asp.net........... Pin
Eduard Keilholz6-Mar-07 1:59
Eduard Keilholz6-Mar-07 1:59 
Questionhow to show .00 with a number in datagridI Pin
Amit Sk Sharma6-Mar-07 0:44
Amit Sk Sharma6-Mar-07 0:44 
AnswerRe: how to show .00 with a number in datagridI Pin
Vsree6-Mar-07 1:35
Vsree6-Mar-07 1:35 
AnswerRe: how to show .00 with a number in datagridI Pin
theScorp6-Mar-07 1:42
theScorp6-Mar-07 1:42 
QuestionPosting + asp.net 2.0 +c# Pin
ritu43216-Mar-07 0:35
ritu43216-Mar-07 0:35 
AnswerRe: Posting + asp.net 2.0 +c# Pin
Sandeep Akhare6-Mar-07 0:43
Sandeep Akhare6-Mar-07 0:43 
GeneralRe: Posting + asp.net 2.0 +c# Pin
ritu43216-Mar-07 0:54
ritu43216-Mar-07 0:54 
GeneralRe: Posting + asp.net 2.0 +c# Pin
Sandeep Akhare6-Mar-07 1:07
Sandeep Akhare6-Mar-07 1:07 
GeneralRe: Posting + asp.net 2.0 +c# Pin
ritu43216-Mar-07 1:19
ritu43216-Mar-07 1:19 
GeneralRe: Posting + asp.net 2.0 +c# Pin
Sandeep Akhare6-Mar-07 1:35
Sandeep Akhare6-Mar-07 1:35 
Questionhow to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
puthu6-Mar-07 0:16
puthu6-Mar-07 0:16 
AnswerRe: how to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
Vsree6-Mar-07 1:32
Vsree6-Mar-07 1:32 
GeneralRe: how to set many datasets to a single datable using data adapter in asp.net 1.1 version Pin
puthu6-Mar-07 17:14
puthu6-Mar-07 17:14 

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.