HIe all,
I have a table in my database, when ever user comes to my page on page load event i am updating some fileds in database...
My requirement is for the first time page load updating database it should save count column as "1" and again the user tires to refresh the page page will load again and update query will run this time count column should be increment to "2" that means i will know the user is trying to update again and i can restrict it based on count.
Can any help on this....
Thanks in advance
Sree