Click here to Skip to main content
15,888,069 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Use Javascript to Open MS-Word Pin
dptalt8-May-09 6:57
dptalt8-May-09 6:57 
GeneralRe: Use Javascript to Open MS-Word Pin
David Mujica8-May-09 9:42
David Mujica8-May-09 9:42 
QuestionSame look for the ReportViewer control on different browsers Pin
0x000013378-May-09 3:57
0x000013378-May-09 3:57 
Questionvalidation controls [modified] Pin
sritha8-May-09 2:50
sritha8-May-09 2:50 
AnswerRe: validation controls Pin
Vimalsoft(Pty) Ltd8-May-09 3:27
professionalVimalsoft(Pty) Ltd8-May-09 3:27 
AnswerRe: validation controls Pin
RyanMorris8-May-09 3:33
RyanMorris8-May-09 3:33 
Questiongetting page data on different page of different website....!!! Pin
shail nautiyal8-May-09 2:42
shail nautiyal8-May-09 2:42 
AnswerRe: getting page data on different page of different website....!!! Pin
Abhijit Jana8-May-09 3:13
professionalAbhijit Jana8-May-09 3:13 
shail nautiyal wrote:
y
My client is sending a mail from my asp.net website

So, Client can send mail from your application to any customer.
shail nautiyal wrote:
The page which is being sent has a link which will further open a new page of a different website of mine..!!

In the mail there is a link of different web site. and you need to access some data from that page. Isn't it?

Ok, Here is my suggestion,
Just send the link of your new web page and all the required data as a query string.like mail link should be:

http://myserver.com/registration.aspx?GUID="FSDFASDFSasdfas"&UserId="YourID"&Item_Code="3"

Send the entire mail from your first web sites.
Now while sending the mail you can perform some additional task,like
Generate the GUID (Is only using for validation) and save it database with corresponding to user ID

Now, In your new page,
Retrieve all the Query string information, and first validate the GUID and UserID from database, that weather user are from valid link or not.
Then you can do anything you want with Item_code.

Hope, this will help you to move ahead.

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net

QuestionHow can i know whether the string is bold or italic or normal Pin
Satish - Developer8-May-09 1:28
Satish - Developer8-May-09 1:28 
AnswerRe: How can i know whether the string is bold or italic or normal Pin
Abhijit Jana8-May-09 1:44
professionalAbhijit Jana8-May-09 1:44 
GeneralRe: How can i know whether the string is bold or italic or normal Pin
Satish - Developer8-May-09 1:53
Satish - Developer8-May-09 1:53 
GeneralRe: How can i know whether the string is bold or italic or normal Pin
Abhijit Jana8-May-09 2:39
professionalAbhijit Jana8-May-09 2:39 
GeneralRe: How can i know whether the string is bold or italic or normal Pin
Satish - Developer8-May-09 2:41
Satish - Developer8-May-09 2:41 
GeneralRe: How can i know whether the string is bold or italic or normal Pin
Abhijit Jana8-May-09 2:53
professionalAbhijit Jana8-May-09 2:53 
Questionstore a value in class file and get all other class in c# net asp.net Pin
vnsraj8-May-09 1:17
vnsraj8-May-09 1:17 
AnswerRe: store a value in class file and get all other class in c# net asp.net [modified] Pin
Abhijit Jana8-May-09 1:27
professionalAbhijit Jana8-May-09 1:27 
Questiongridview Pin
trimandir prajapati8-May-09 1:10
trimandir prajapati8-May-09 1:10 
AnswerRe: gridview Pin
Abhijit Jana8-May-09 1:22
professionalAbhijit Jana8-May-09 1:22 
Questionreading data from serial port Pin
nikhil12348-May-09 0:40
nikhil12348-May-09 0:40 
AnswerRe: reading data from serial port Pin
Abhijit Jana8-May-09 1:02
professionalAbhijit Jana8-May-09 1:02 
Questionlatest software for dotnet platform Pin
vnsraj8-May-09 0:35
vnsraj8-May-09 0:35 
AnswerRe: latest software for dotnet platform Pin
Ashfield8-May-09 1:23
Ashfield8-May-09 1:23 
AnswerRe: latest software for dotnet platform Pin
Abhijit Jana8-May-09 1:32
professionalAbhijit Jana8-May-09 1:32 
General[newbie] Nothing displayed in page that should inherit from Master Pin
jon-808-May-09 0:34
professionaljon-808-May-09 0:34 
GeneralRe: [newbie] Nothing displayed in page that should inherit from Master Pin
gottimukkala8-May-09 0:44
gottimukkala8-May-09 0:44 

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.