Hello all,
I am very new to web development and just know c# and a bit of javascript, so please answer in these languages only.
I am using a repeater in asp.net 4. I want to create a timer in each row of the repeater. The starting time of each timer will come from the database and it will start counting down.
My approach to this is to take data from database, pass this data to a javascript function which will decrease the value every second. Now i dont know how to pass the value to this function and how to show the result to the label in each row of this repeater.
Please provide with a solution.
If u can tell any other better approach to solve this then i would also be appreciated.
This is my first post to any forum so please ignore my mistakes.
Thanks. Waiting for a reply
