Can anybody suggest me how to make timer control
work in ASP.Net using C#.I tried out but i could not
get the expected results.Actually i want the time to
be displayed along with the ticks on a label control
on web page.i.e it should be displayed as ,suppose
2:05:06 here 2 represents hours, 05 represents minutes
and 06 represents seconds and the seconds part should
keep on changing as 06 ,07 ,08 and so on.I also tried
to embed Javascript within ASP.Net application but it
did not work out