i want to show login time in the label my welcome page ..
note :- i know how to show time it is Datetime.Now.tostring();
but i want to show that . when user logged then
.ex when user logged it will start like minute... 1 minute ..... 10 minute etc.
Anil KumarPosted Feb 24, 2015, 1:39 PM
You can also try this..The only change you need to do is : instead of setting the values of the "hid_ticker.value" in the page_load, set it in the session start event inside global.aspx, rest code will remain unchanged..
Please mark the solution as accepted if it solves the purpose..
Jiyalal GuptaPosted Feb 24, 2015, 4:50 PM