Click here to Skip to main content
15,889,720 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: three div side by side Pin
dusty_dex15-Apr-13 23:51
dusty_dex15-Apr-13 23:51 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 18:00
jojoba201116-Apr-13 18:00 
AnswerRe: three div side by side Pin
Rockstar_16-Apr-13 18:16
professionalRockstar_16-Apr-13 18:16 
QuestionRe: three div side by side Pin
jojoba201116-Apr-13 19:29
jojoba201116-Apr-13 19:29 
QuestionEasy unsubscribe in hotmail Pin
Jassim Rahma12-Apr-13 4:45
Jassim Rahma12-Apr-13 4:45 
AnswerRe: Easy unsubscribe in hotmail Pin
R. Giskard Reventlov12-Apr-13 6:22
R. Giskard Reventlov12-Apr-13 6:22 
AnswerRe: Easy unsubscribe in hotmail Pin
Marco Bertschi13-Apr-13 7:36
protectorMarco Bertschi13-Apr-13 7:36 
AnswerRe: Easy unsubscribe in hotmail Pin
Manfred Rudolf Bihy16-Apr-13 0:12
professionalManfred Rudolf Bihy16-Apr-13 0:12 
Going by the little you've given us on details regarding your requirement, I'll try to give a hint on how I'd go about doing something like this.
Scenario:
You have a user signed in to your application and want to provide a link for said user to unsubscribe to something he formerly subscribed to.

Solution:
Have a link on your pages that will make a call to a WebMethod via AJAX and unsubscribe the user. The feedback you get from said AJAX call, received via a JAvaScript callback function, can be used to change the user's status to unsubscribed (just to give the user some optical feedback that he is now unsubscribed). To make this information persistent, you'll have to store the user's status in a database or some configuration file.

Regards,
— Manfred

"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian


Questionasp.net Pin
agrigold12-Apr-13 1:18
agrigold12-Apr-13 1:18 
AnswerRe: asp.net Pin
Richard MacCutchan12-Apr-13 1:53
mveRichard MacCutchan12-Apr-13 1:53 
GeneralRe: asp.net Pin
agrigold12-Apr-13 2:48
agrigold12-Apr-13 2:48 
GeneralRe: asp.net Pin
Richard MacCutchan12-Apr-13 3:27
mveRichard MacCutchan12-Apr-13 3:27 
AnswerRe: asp.net Pin
AmitGajjar15-Apr-13 2:35
professionalAmitGajjar15-Apr-13 2:35 
QuestionThere is no error but the slide show is not animating Pin
laiza ramal11-Apr-13 19:11
laiza ramal11-Apr-13 19:11 
AnswerRe: There is no error but the slide show is not animating Pin
dusty_dex11-Apr-13 22:54
dusty_dex11-Apr-13 22:54 
GeneralRe: There is no error but the slide show is not animating Pin
jkirkerx13-Apr-13 18:43
professionaljkirkerx13-Apr-13 18:43 
AnswerRe: There is no error but the slide show is not animating Pin
jkirkerx13-Apr-13 18:41
professionaljkirkerx13-Apr-13 18:41 
GeneralRe: There is no error but the slide show is not animating Pin
AmitGajjar15-Apr-13 2:36
professionalAmitGajjar15-Apr-13 2:36 
QuestionRefresh the same partial view when clicking on a button Pin
jith - iii11-Apr-13 14:59
jith - iii11-Apr-13 14:59 
AnswerRe: Refresh the same partial view when clicking on a button Pin
Martin-OHV14-Apr-13 23:28
Martin-OHV14-Apr-13 23:28 
QuestionAJAX Timer causes javascript error on page Pin
Steve Holdorf11-Apr-13 8:29
Steve Holdorf11-Apr-13 8:29 
AnswerRe: AJAX Timer causes javascript error on page Pin
dusty_dex11-Apr-13 11:30
dusty_dex11-Apr-13 11:30 
GeneralRe: AJAX Timer causes javascript error on page Pin
Steve Holdorf11-Apr-13 14:01
Steve Holdorf11-Apr-13 14:01 
GeneralRe: AJAX Timer causes javascript error on page Pin
dusty_dex11-Apr-13 22:35
dusty_dex11-Apr-13 22:35 
GeneralRe: AJAX Timer causes javascript error on page Pin
Steve Holdorf12-Apr-13 0:25
Steve Holdorf12-Apr-13 0:25 

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.