How to display Live Time in asp.net web file?
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
how to display the live time in web form. i want to display time continuously.. so help me for code.... Dipan Patel.
-
how to display the live time in web form. i want to display time continuously.. so help me for code.... Dipan Patel.
-
If you want to show the time the page is rendered on the server: DateTime.Now; (in C#) If you want to show the time passing second by second on the webpage you'll have to go javascript or something like that.
i want it in vb.net or send me javascript for it becoz i cant find it... Dipan Patel.
-
i want it in vb.net or send me javascript for it becoz i cant find it... Dipan Patel.