Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionChange the Status in Gridview column Pin
Krishhhhhhhhhhhhhh27-Sep-10 2:33
Krishhhhhhhhhhhhhh27-Sep-10 2:33 
QuestionShow Reminder Window Pin
vishnukamath27-Sep-10 0:42
vishnukamath27-Sep-10 0:42 
AnswerRe: Show Reminder Window Pin
Not Active27-Sep-10 2:34
mentorNot Active27-Sep-10 2:34 
GeneralRe: Show Reminder Window Pin
vishnukamath27-Sep-10 19:06
vishnukamath27-Sep-10 19:06 
GeneralRe: Show Reminder Window Pin
Not Active28-Sep-10 1:22
mentorNot Active28-Sep-10 1:22 
AnswerRe: Show Reminder Window Pin
5fingers27-Sep-10 22:02
5fingers27-Sep-10 22:02 
GeneralRe: Show Reminder Window Pin
vishnukamath27-Sep-10 23:55
vishnukamath27-Sep-10 23:55 
AnswerRe: Show Reminder Window Pin
Karthik. A28-Sep-10 6:21
Karthik. A28-Sep-10 6:21 
@Vishnu

Think of it this way, Outlook is NOT a web application, its a windows application. Your is a web application that "executes" in a browser and so would have no access to the client's machine (in general). In order to do this you need to have a windows service on your client's machine which could talk to your server and get the information required. So when there are remainders to be pushed to the client, the windows service on the "Client" side gets it from your server and the windows service can in turn do something to display that to the client. So essentially your server should have another windows service or a web service to serve the requests from the client's windows service.

If its a web application that you are talking about, as Mark said, unless the user logs in to your site, he/she cannot get the remainders.

Hope this helps.
Cheers,
Karthik

GeneralRe: Show Reminder Window Pin
vishnukamath28-Sep-10 19:03
vishnukamath28-Sep-10 19:03 
GeneralRe: Show Reminder Window Pin
Karthik. A29-Sep-10 10:53
Karthik. A29-Sep-10 10:53 
Questionlogin.aspx Pin
Ajay Kale New27-Sep-10 0:10
Ajay Kale New27-Sep-10 0:10 
AnswerRepeat and spam Pin
Not Active27-Sep-10 2:29
mentorNot Active27-Sep-10 2:29 
GeneralRe: Repeat and spam Pin
Ajay Kale New27-Sep-10 2:35
Ajay Kale New27-Sep-10 2:35 
GeneralRe: Repeat and spam Pin
5fingers28-Sep-10 1:15
5fingers28-Sep-10 1:15 
GeneralRe: Repeat and spam Pin
Ajay Kale New28-Sep-10 1:22
Ajay Kale New28-Sep-10 1:22 
Questionsending parameter to webmethod - autocomplete extender Pin
rajkumar.326-Sep-10 21:12
rajkumar.326-Sep-10 21:12 
Questionsession fixation Pin
padmanabhan N26-Sep-10 21:06
padmanabhan N26-Sep-10 21:06 
QuestionPage.RegisterStartupScript Pin
Member 387988126-Sep-10 19:33
Member 387988126-Sep-10 19:33 
AnswerRe: Page.RegisterStartupScript Pin
Abhijit Jana26-Sep-10 20:50
professionalAbhijit Jana26-Sep-10 20:50 
GeneralRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:40
mentorNot Active27-Sep-10 2:40 
GeneralRe: Page.RegisterStartupScript Pin
Abhijit Jana27-Sep-10 5:50
professionalAbhijit Jana27-Sep-10 5:50 
AnswerRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:38
mentorNot Active27-Sep-10 2:38 
Questionsql update blank when use use with master page Pin
OUCH NIRAN26-Sep-10 18:21
OUCH NIRAN26-Sep-10 18:21 
AnswerRe: sql update blank when use use with master page Pin
Abhijit Jana26-Sep-10 19:24
professionalAbhijit Jana26-Sep-10 19:24 
GeneralRe: sql update blank when use use with master page Pin
OUCH NIRAN3-Oct-10 18:24
OUCH NIRAN3-Oct-10 18:24 

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.