07-30-2009, 04:12 PM
Hi All,
Scenario:
I have a one link called "Data Name" under this i could see some 200 data field values . By default all these field values shown in ascending order and when u click on this link manually page refreshes and still it will show the data fields in ascending order(Note: Here number of clicks on this link is "one" as of now) and by click on this link once again then the data field values will be shown in descneding order(Note: Here number of clicks on this link is "two" as of now)
Query: Here i need to find the number of clicks on a link "Data Name"
by this way i can put this logic in my code (Ex: if number of clicks are even then it will display in descending order, if number of clicks on this link are odd number then i could consider that displaying of fields are in ascending order
Please help in this regard to find the number of clicks on a particular link
Scenario:
I have a one link called "Data Name" under this i could see some 200 data field values . By default all these field values shown in ascending order and when u click on this link manually page refreshes and still it will show the data fields in ascending order(Note: Here number of clicks on this link is "one" as of now) and by click on this link once again then the data field values will be shown in descneding order(Note: Here number of clicks on this link is "two" as of now)
Query: Here i need to find the number of clicks on a link "Data Name"
by this way i can put this logic in my code (Ex: if number of clicks are even then it will display in descending order, if number of clicks on this link are odd number then i could consider that displaying of fields are in ascending order
Please help in this regard to find the number of clicks on a particular link