What i trying to do is simply disable a button after 4 clicking but when the post backs occurs then it doesn’t have a count of clicks.
i trying to do that by jquery. Any suggestions.?
Correct me if i am wrong by asp.net we do that by putting a static variable and increment the count on button click .
What i trying to do is simply disable a button after 4 clicking but
Share
Just keep the count in
ViewStateFor example