autorefresh
-
how to autorefresh the webpage... i am using the system.datetime.now in page load... but the system date will be automatically refresh... how can possible?
-
how to autorefresh the webpage... i am using the system.datetime.now in page load... but the system date will be automatically refresh... how can possible?
nithydurai wrote:
i am using the system.datetime.now in page load
if your using
System.DateTime.Now in Page_Load
then it definately Refresh the Data.nithydurai wrote:
but the system date will be automatically refresh
what does it mean ?:confused:
you want to refresh date and time after some specific operation.
You can useAjax
For That. Let me know if you have any issue !!!cheers, Abhijit Check My Latest Article
-
nithydurai wrote:
i am using the system.datetime.now in page load
if your using
System.DateTime.Now in Page_Load
then it definately Refresh the Data.nithydurai wrote:
but the system date will be automatically refresh
what does it mean ?:confused:
you want to refresh date and time after some specific operation.
You can useAjax
For That. Let me know if you have any issue !!!cheers, Abhijit Check My Latest Article
After hosting to the net whether the system will automatically get refreshed the system date and time or not
-
After hosting to the net whether the system will automatically get refreshed the system date and time or not
nithydurai wrote:
After hosting to the net whether the system will automatically get refreshed the system date and time or not
:confused::confused: :doh: Its realy confused me. can you be more specific !!!
cheers, Abhijit Check My Latest Article
-
how to autorefresh the webpage... i am using the system.datetime.now in page load... but the system date will be automatically refresh... how can possible?
If you need just refresh the page, add
to the
part. If you need to postback the page use the java script timer.