Hai,Friends,
I need one help. i Need timer in asp.net page.
Like this => Textbox, Timer
If i click timer means it will display like Clock and then i have pick the time from timer.Then it will add to Textbox and then finally it store in DB.
Thanks In Advance Friends :)
Loading

Sanjeeb LenkaPosted Jul 31, 2013, 1:37 PM
i didn't get your point. plz explain your detail requirement so we can able to solve your problem.
for time difference use below code:
string startTime = "7:00 AM";
string endTime = "7:00 PM";
TimeSpan duration = DateTime.Parse(endTime).Subtract(DateTime.Parse(startTime));
Response.Write(duration.ToString(@"hh\:mm"));
Sanjeeb LenkaPosted Aug 1, 2013, 8:36 AM
Your problem solve or not........
if my answer helped you mark it as answered.
suren vPosted Aug 1, 2013, 8:30 AM
I done in Ajax timer itself ...
Thanks for your reply Dude :)
Abhineet SrivastavaPosted Jul 31, 2013, 1:59 PM
suren vPosted Jul 31, 2013, 1:31 PM
I need to pick the exact time as well as i need difference of two timings also like 1AM to 2AM diff s one hour like this......
Which s suitable for me Clock or Timer ? ?Plz suggegt me....
Thanks for Your Reply Dude :)
Sanjeeb LenkaPosted Jul 31, 2013, 12:36 AM
provide more details. AS iftikar said clock and timer are two different thing. so provide your details requirement.
suren vPosted Jul 31, 2013, 12:36 AM
Thanks for your attachment. I need to make changes in AM and PM like DropDownList. And same time i want to change the time like our --> System Time.
Iftikar HussainPosted Jul 31, 2013, 12:32 AM
Regards,
Iftikar
suren vPosted Jul 31, 2013, 12:29 AM
Thanks for your reply. I Need Clock or Timer for web based project.
Sanjeeb LenkaPosted Jul 30, 2013, 7:56 AM
i am attaching a sample just check that sample.
Iftikar HussainPosted Jul 30, 2013, 7:55 AM
Are you looking for in ASP.NET or windows form?
Regards,
Iftikar