Riddhi Valecha

Riddhi Valecha

  • 425
  • 3.2k
  • 397.2k

Dynamic URL and Email

Oct 17 2015 1:25 AM
Hi..
I need to send 5 links..
My Requirement is -
1. I have 5 Email ID in database (I get them in datatable)
2. I have to make 5 links as
http://1.1.1.1/Users/frmMainPage.aspx ? Email = [email protected]
http://1.1.1.1/Users/frmMainPage.aspx ? Email = [email protected]
http://1.1.1.1/Users/frmMainPage.aspx ? Email = [email protected]
http://1.1.1.1/Users/frmMainPage.aspx ? Email = [email protected]
http://1.1.1.1/Users/frmMainPage.aspx ? Email = [email protected]
3. On Form Load, I will take 1 email from datatable ; make a dynamic link ; and send the email with an image.
4. When the user opens the link, it will open other web page (frmpage2.aspx)
The Idea is -
 If from mailbox, say is person "a1" send the link to other persons mail box (say to "a2"), then while opening the link from "a2" mailbox, the page of "a1" must be displayed...
 
Please guide 

Answers (5)