i have an repeater there is multiple record each record have different expiry datetime.
i want to set timer with remaining time for each record in timer to show remaining time continue.
Please help me with code.
coding on vb.net
i have an repeater there is multiple record each record have different expiry datetime.
i want to set timer with remaining time for each record in timer to show remaining time continue.
Please help me with code.
coding on vb.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Feb 10, 2024, 7:11 AM
Here's an updated code snippet that shows how to update the time without reloading the page using a Timer:
rupesh gourPosted Feb 10, 2024, 6:48 AM
i want update time without page load , with timer page load is happening.
Abhishek YadavPosted Feb 10, 2024, 6:41 AM