Click here to Skip to main content
15,912,897 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem of adding malicious script tag in every page automatically Pin
April Fans24-Nov-09 0:52
April Fans24-Nov-09 0:52 
Questionpage containing datatable has to be built and rebuilt again and again Pin
Flavia A22-Nov-09 17:11
Flavia A22-Nov-09 17:11 
AnswerRe: page containing datatable has to be built and rebuilt again and again Pin
Abhijit Jana22-Nov-09 18:32
professionalAbhijit Jana22-Nov-09 18:32 
QuestionFormat some lines in listbox Pin
Member 470414322-Nov-09 14:04
Member 470414322-Nov-09 14:04 
AnswerRe: Format some lines in listbox Pin
Abhijit Jana22-Nov-09 16:07
professionalAbhijit Jana22-Nov-09 16:07 
GeneralRe: Format some lines in listbox Pin
Member 470414323-Nov-09 14:57
Member 470414323-Nov-09 14:57 
QuestionExpire a link Pin
Calvin1122-Nov-09 7:22
Calvin1122-Nov-09 7:22 
AnswerRe: Expire a link Pin
Abhishek Sur22-Nov-09 8:49
professionalAbhishek Sur22-Nov-09 8:49 
Yes... Do the logic in the database.
Say you want the user to download a file. Place a log in the server of the file and use GUID for its identification.

When you create the email pass the Guid as query string.Thus if your download is

http://www.yourserver.com/filedown.dat?tid=xxxx-xxx-xxx

Thus the tid will represent the actual Guid link. Now create an http handler for .dat extension(or whatever you like). Now when user navigates to the site, check if the GUID is valid and also validate the time between the link sent and the actual request time. Based on that you might show appropriate message.

Big Grin | :-D
Note: This is a logic which I thought might be a solution.There are lots of others too, and you can choose any of them which suits you. Tell me if you have already thought any.

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Expire a link Pin
Calvin1122-Nov-09 10:36
Calvin1122-Nov-09 10:36 
GeneralRe: Expire a link Pin
Abhishek Sur22-Nov-09 12:05
professionalAbhishek Sur22-Nov-09 12:05 
GeneralRe: Expire a link Pin
Calvin1122-Nov-09 13:06
Calvin1122-Nov-09 13:06 
GeneralRe: Expire a link Pin
amol ambilwade6-Jul-10 10:05
amol ambilwade6-Jul-10 10:05 
QuestionSearch suggestion in ASP/ASP.Net; need help!! Pin
maddy201222-Nov-09 6:49
maddy201222-Nov-09 6:49 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Blue_Boy22-Nov-09 6:58
Blue_Boy22-Nov-09 6:58 
AnswerRe: Search suggestion in ASP/ASP.Net; need help!! Pin
Abhishek Sur22-Nov-09 9:21
professionalAbhishek Sur22-Nov-09 9:21 
QuestionSharepoint Pin
vimalkumarsinghal22-Nov-09 5:22
vimalkumarsinghal22-Nov-09 5:22 
AnswerRe: Sharepoint Pin
Abhishek Sur22-Nov-09 5:24
professionalAbhishek Sur22-Nov-09 5:24 
Questionhow to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:23
Muhammad Nauman Yousuf22-Nov-09 4:23 
AnswerRe: how to programatically click on LINK Pin
N a v a n e e t h22-Nov-09 4:25
N a v a n e e t h22-Nov-09 4:25 
GeneralRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 4:36
Muhammad Nauman Yousuf22-Nov-09 4:36 
AnswerRe: how to programatically click on LINK Pin
Muhammad Nauman Yousuf22-Nov-09 20:22
Muhammad Nauman Yousuf22-Nov-09 20:22 
QuestionUnable to Bind Vlaues to GridView Control.... Pin
Anil Kumar.Arvapalli22-Nov-09 2:13
Anil Kumar.Arvapalli22-Nov-09 2:13 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
N a v a n e e t h22-Nov-09 3:48
N a v a n e e t h22-Nov-09 3:48 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
Amit Patel198522-Nov-09 19:08
Amit Patel198522-Nov-09 19:08 
AnswerRe: Unable to Bind Vlaues to GridView Control.... Pin
April Fans24-Nov-09 0:50
April Fans24-Nov-09 0:50 

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.