Click here to Skip to main content
16,009,470 members
Home / Discussions / Web Development
   

Web Development

 
Generaldownload a file from website Pin
cmarmr2-Feb-05 6:49
cmarmr2-Feb-05 6:49 
GeneralRe: download a file from website Pin
JKroschel2-Feb-05 7:11
JKroschel2-Feb-05 7:11 
Generalnetwork programming in asp or asp.net Pin
JKroschel2-Feb-05 5:53
JKroschel2-Feb-05 5:53 
GeneralRe: network programming in asp or asp.net Pin
Scott Serl2-Feb-05 10:19
Scott Serl2-Feb-05 10:19 
GeneralRe: network programming in asp or asp.net Pin
JKroschel2-Feb-05 10:31
JKroschel2-Feb-05 10:31 
GeneralRe: network programming in asp or asp.net Pin
kundan_ocp9-Feb-05 20:16
kundan_ocp9-Feb-05 20:16 
QuestionHow to be notified if a new record was added? Pin
phytos1-Feb-05 21:05
phytos1-Feb-05 21:05 
AnswerRe: How to be notified if a new record was added? Pin
JKroschel2-Feb-05 6:06
JKroschel2-Feb-05 6:06 
It looks like you are trying to implement a "server-push" technology. This is possible, depending on your platform. As a linux guy myself, it is hard for me to say this, but IIS actually does a better job at it. Go to MSDN and look up "no parse header" (requires http 1.1). This is the connection type you will need to use if you want the server to push new data to the client without the client asking for it. Basically, the connection between the client and the server isn't broken, so the server can wipe the page and send a new one.
When a new record is added, you can have that trigger a push of new data to the client viewing the calls.
If, for whatever reason, you can't do a no-parse-header, you may want to look into using a java applet embedded in the page which talks to a servelet with no break in the communication (similar to a web cam).
GeneralWebsite network login problem - Help Pin
harish subramanian1-Feb-05 8:34
harish subramanian1-Feb-05 8:34 
GeneralRe: Website network login problem - Help Pin
raouls1-Feb-05 22:13
raouls1-Feb-05 22:13 
GeneralRe: Website network login problem - Help Pin
harish subramanian2-Feb-05 4:15
harish subramanian2-Feb-05 4:15 
GeneralRe: Website network login problem - Help Pin
JKroschel2-Feb-05 5:25
JKroschel2-Feb-05 5:25 
GeneralRe: Website network login problem - Help Pin
harish subramanian2-Feb-05 5:33
harish subramanian2-Feb-05 5:33 
GeneralRe: Website network login problem - Help Pin
JKroschel2-Feb-05 5:41
JKroschel2-Feb-05 5:41 
GeneralRe: Website network login problem - Help Pin
raouls2-Feb-05 19:23
raouls2-Feb-05 19:23 
Generalsubject :programming with .NET Framework to browsing my bank account, buy and sell stock shares Pin
Close Network1-Feb-05 5:54
Close Network1-Feb-05 5:54 
Generalweb service consumer Pin
tucker1-Feb-05 1:26
tucker1-Feb-05 1:26 
GeneralSIzing the height of the html drop down box in IE Pin
phil71731-Jan-05 22:58
phil71731-Jan-05 22:58 
GeneralRe: SIzing the height of the html drop down box in IE Pin
Ted Ferenc1-Feb-05 1:19
Ted Ferenc1-Feb-05 1:19 
GeneralRe: SIzing the height of the html drop down box in IE Pin
phil7171-Feb-05 1:48
phil7171-Feb-05 1:48 
GeneralRe: SIzing the height of the html drop down box in IE Pin
Ted Ferenc1-Feb-05 6:53
Ted Ferenc1-Feb-05 6:53 
GeneralRe: SIzing the height of the html drop down box in IE Pin
phil7171-Feb-05 22:16
phil7171-Feb-05 22:16 
GeneralRe: SIzing the height of the html drop down box in IE Pin
Ted Ferenc1-Feb-05 22:28
Ted Ferenc1-Feb-05 22:28 
GeneralJavascript executer Pin
shaiba31-Jan-05 21:15
shaiba31-Jan-05 21:15 
GeneralRe: Javascript executer Pin
piers72-Feb-05 13:49
piers72-Feb-05 13:49 

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.