I write a countdown timer in jQuery and i need to keep some datas in a session when countdown ends. Datas have to be sent to server to update. How can i handle this situation. I am new in jQuery and asp.net so could you explain this briefly
Share
Supose you have a class like this:
And an action method like this:
Then you can write a js function using jquery like this:
});
I hope this example is useful.