Click here to Skip to main content
15,887,992 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Populating Hidden Fields Pin
Christian Graus5-Nov-07 8:50
protectorChristian Graus5-Nov-07 8:50 
GeneralRe: Populating Hidden Fields Pin
ffowler5-Nov-07 8:52
ffowler5-Nov-07 8:52 
GeneralRe: Populating Hidden Fields Pin
Christian Graus5-Nov-07 8:59
protectorChristian Graus5-Nov-07 8:59 
Questionhow can emulate button click in a site in my ASP.NET code? Pin
B.A5-Nov-07 7:04
B.A5-Nov-07 7:04 
AnswerRe: how can emulate button click in a site in my ASP.NET code? Pin
Christian Graus5-Nov-07 8:54
protectorChristian Graus5-Nov-07 8:54 
GeneralRe: how can emulate button click in a site in my ASP.NET code? Pin
B.A5-Nov-07 9:31
B.A5-Nov-07 9:31 
Questionreload page after filewatcher event Pin
Barbarus5-Nov-07 5:57
Barbarus5-Nov-07 5:57 
AnswerRe: reload page after filewatcher event Pin
Pete O'Hanlon7-Nov-07 1:58
mvePete O'Hanlon7-Nov-07 1:58 
Barbarus wrote:
now after they open the file the asp.net page will be sitting and waiting for the image to be modified and saved (and not waiting for the editor to be closed, because some programs like photoshop take quite some time to open) so I've used the filesystemwatcher. I can catch the event with out a problem on the server side of the page but I can't seem to reload the page with the new image....


Simple answer is you can't (without using hacks/workarounds). The web browser is disconnected from the server so doesn't receive these events. One solution would be to have the page periodically reload the image using a refresh in javascript.

Deja View - the feeling that you've seen this post before.

Questionjavascript for Random images pick Pin
sivaram praveen5-Nov-07 5:36
sivaram praveen5-Nov-07 5:36 
AnswerRe: javascript for Random images pick Pin
Guffa5-Nov-07 9:04
Guffa5-Nov-07 9:04 
Questionhow to put a confirmation dialog before deleting a record from GridView? Pin
Rocky#5-Nov-07 4:20
Rocky#5-Nov-07 4:20 
AnswerRe: how to put a confirmation dialog before deleting a record from GridView? Pin
B.A5-Nov-07 7:00
B.A5-Nov-07 7:00 
GeneralRe: how to put a confirmation dialog before deleting a record from GridView? Pin
Rocky#5-Nov-07 18:09
Rocky#5-Nov-07 18:09 
QuestionASP.Net Layout Pin
martin_hughes5-Nov-07 3:57
martin_hughes5-Nov-07 3:57 
AnswerRe: ASP.Net Layout Pin
Saksida Bojan5-Nov-07 5:43
Saksida Bojan5-Nov-07 5:43 
AnswerRe: ASP.Net Layout Pin
Phil Osborne5-Nov-07 9:17
Phil Osborne5-Nov-07 9:17 
GeneralRe: ASP.Net Layout Pin
martin_hughes5-Nov-07 10:20
martin_hughes5-Nov-07 10:20 
GeneralRe: ASP.Net Layout Pin
Pete O'Hanlon7-Nov-07 1:59
mvePete O'Hanlon7-Nov-07 1:59 
QuestionASP.Net Ajax Support Pin
mehrdadc485-Nov-07 2:59
mehrdadc485-Nov-07 2:59 
AnswerRe: ASP.Net Ajax Support Pin
Saksida Bojan5-Nov-07 4:24
Saksida Bojan5-Nov-07 4:24 
QuestionAjax exception on live server Pin
King Shez5-Nov-07 2:41
King Shez5-Nov-07 2:41 
AnswerRe: Ajax exception on live server Pin
N a v a n e e t h5-Nov-07 2:47
N a v a n e e t h5-Nov-07 2:47 
GeneralRe: Ajax exception on live server Pin
King Shez5-Nov-07 7:43
King Shez5-Nov-07 7:43 
QuestionEnding a session on closing the browser Pin
nadusen5-Nov-07 1:27
nadusen5-Nov-07 1:27 
AnswerRe: Ending a session on closing the browser Pin
N a v a n e e t h5-Nov-07 1:55
N a v a n e e t h5-Nov-07 1:55 

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.