G
Guest
hi,
This is my first time developing a web app in asp.net web application using
C#. All examples i see are web applications with buttons so i didnt have much
of a problem displaying text and images to the page because the button_click
does a part of the reloading (refreshing) of the page.
This is my problem now, im developing a web application that listens to the
sever and everytime it recieves a message, the message is displayed and a
certain image is changed to another image. Here's the thing, since i dont
have a button or anything to press which means the page wont be realoading,
how can i display the messages in the page and change images without any
buttons or should i force a reload? I really dont have any idea on this one..
can anyone suggest, give ideas or sample source? I would really really be
very thankful.
Regards,
Stan
This is my first time developing a web app in asp.net web application using
C#. All examples i see are web applications with buttons so i didnt have much
of a problem displaying text and images to the page because the button_click
does a part of the reloading (refreshing) of the page.
This is my problem now, im developing a web application that listens to the
sever and everytime it recieves a message, the message is displayed and a
certain image is changed to another image. Here's the thing, since i dont
have a button or anything to press which means the page wont be realoading,
how can i display the messages in the page and change images without any
buttons or should i force a reload? I really dont have any idea on this one..
can anyone suggest, give ideas or sample source? I would really really be
very thankful.
Regards,
Stan