Click here to Skip to main content
15,890,690 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: when the data(database) on the server is updated, how to inform the client automatically? Pin
Eddy Vluggen20-Aug-12 1:44
professionalEddy Vluggen20-Aug-12 1:44 
AnswerRe: when the data(database) on the server is updated, how to inform the client automatically? Pin
RichardGrimmer20-Aug-12 5:30
RichardGrimmer20-Aug-12 5:30 
GeneralAkash Pin
Akash Patel18-Aug-12 22:28
Akash Patel18-Aug-12 22:28 
GeneralRe: Akash Pin
AmitGajjar19-Aug-12 19:44
professionalAmitGajjar19-Aug-12 19:44 
AnswerRe: Akash Pin
thatraja19-Aug-12 23:39
professionalthatraja19-Aug-12 23:39 
Generalquestion of generate a link Pin
Member 860012318-Aug-12 3:31
Member 860012318-Aug-12 3:31 
GeneralRe: question of generate a link Pin
Eddy Vluggen18-Aug-12 22:58
professionalEddy Vluggen18-Aug-12 22:58 
AnswerRe: question of generate a link Pin
Rahul Rajat Singh20-Aug-12 17:59
professionalRahul Rajat Singh20-Aug-12 17:59 
1. generate a link to a webpage with some query string parameter to uniquely indentify the link.
2. have a DB entry for "fresh/stale" it will be fresh till user has not visited the link, it will become stale once user has visited the link.
3. have a field for link generation time. if the link is not visited for say 6 hours after the generation. it will be considered as stale.

so when use want to generate link
1. create link, put fresh in DB, put current time.
2. when user visit the page check if the (linkstatus = fresh && genrationtime + 6hours < currenttime)
3. if above is true link is valid, perform operation n mark status as stale.
4. if 2 is false then tell the user link has expired

Every now and then say, "What the Elephant." "What the Elephant" gives you freedom. Freedom brings opportunity. Opportunity makes your future.

Generalquestion of password protection Pin
Member 860012318-Aug-12 3:28
Member 860012318-Aug-12 3:28 
GeneralRe: question of password protection Pin
Hesham Amin18-Aug-12 15:47
Hesham Amin18-Aug-12 15:47 
AnswerRe: question of password protection Pin
Rahul Rajat Singh20-Aug-12 18:00
professionalRahul Rajat Singh20-Aug-12 18:00 
QuestionAsp.net C# Pin
jojoba201117-Aug-12 20:24
jojoba201117-Aug-12 20:24 
AnswerRe: Asp.net C# Pin
AmitGajjar19-Aug-12 19:52
professionalAmitGajjar19-Aug-12 19:52 
QuestionError: login failed for user, in entity framework 1.0 Pin
indian14317-Aug-12 11:52
indian14317-Aug-12 11:52 
AnswerRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin18-Aug-12 15:51
Hesham Amin18-Aug-12 15:51 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14318-Aug-12 22:30
indian14318-Aug-12 22:30 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin19-Aug-12 2:35
Hesham Amin19-Aug-12 2:35 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14319-Aug-12 4:59
indian14319-Aug-12 4:59 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin19-Aug-12 5:42
Hesham Amin19-Aug-12 5:42 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14319-Aug-12 5:49
indian14319-Aug-12 5:49 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin19-Aug-12 6:01
Hesham Amin19-Aug-12 6:01 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14319-Aug-12 6:31
indian14319-Aug-12 6:31 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
Hesham Amin20-Aug-12 0:37
Hesham Amin20-Aug-12 0:37 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14320-Aug-12 4:02
indian14320-Aug-12 4:02 
GeneralRe: Error: login failed for user, in entity framework 1.0 Pin
indian14320-Aug-12 10:46
indian14320-Aug-12 10:46 

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.