I have a Form and a CountDown Timer .I have some problems :
- How can I display a CountDown Timer as : Hour : Minute : Second in asp mvc . When CountDown Timer (Hour=00 , Minute=00 , Second=00) , Form auto submit data.
- I have a Table in SQL with 2 columns : Name (nvarchar(250)) ; Minute (int). How can I load column Minute to CountDown Timer from SQL?
Hope , Everyone can help me! Thanks
I have a Form and a CountDown Timer .I have some problems :
- How can I display a CountDown Timer as : Hour : Minute : Second in asp mvc . When CountDown Timer (Hour=00 , Minute=00 , Second=00) , Form auto submit data.
- I have a Table in SQL with 2 columns : Name (nvarchar(250)) ; Minute (int). How can I load column Minute to CountDown Timer from SQL?
Hope , Everyone can help me! Thanks
Share Improve this question asked Apr 5, 2011 at 11:05 Quan TruongQuan Truong 851 gold badge1 silver badge5 bronze badges 1- the answers in this question may help. – richaux Commented Apr 5, 2011 at 11:24
1 Answer
Reset to default 3You could use a jquery plugin for this. There are many out there. Here's one you could use. It has callbacks like for example onExpiry
which is triggered when the timer reaches zero so that you could submit the form.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744787598a4593721.html
评论列表(0条)