Click here to Skip to main content
15,917,610 members

Comments by Mukesh.Ce62 (Top 5 by date)

Mukesh.Ce62 4-Feb-15 6:47am View    
Working Fine. Thank you Tejas.
Mukesh.Ce62 5-Jan-15 7:59am View    
You have to store datetime in database after then get date in backend and store in datetime object.

DateTime dtStart = DateTime.Now.Date; // here your date

then you can compare with other data like below
DateTime dtend = DateTime.Now.Date;
DateTime final = Convert.ToDateTime(dtend.Date - dtStart.Date);

And in last you can give format to your compared date.
string time = final.ToString("HH:MM");
Mukesh.Ce62 5-Jan-15 5:01am View    
Deleted
Working proper.
Thanks
Mukesh.Ce62 23-Feb-13 2:44am View    
How to bind textfiled and valuefield data in dropdowbliast from database?
Mukesh.Ce62 23-Feb-13 2:44am View    
Deleted
How to bind textfiled abd valuefield data in dropdowbliast from database?