|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Recording CheckBoxes Clicks When Paging with ASP
I have a page that performs asp paging and displaying name and a checkbox. I want to track how many checkboxes user check throughout whole recordset.
Ok Here is the catch. I need to show to a user a count as he performs paging. I tried to use cookies in javascript but i was not successfull. HELP PLEASE !!! |
|
#2
|
||||
|
||||
|
My thought is that you need to make the paging selector actually a submit link or button. Meaning that when they click the "next" link it actually submits a form that posts data to the next page. The next page intercepts the form value and either increments the number or not. Then you can write the value of the variable on the page with the rest of your stuff.
I hope this methodology helps your thought process.
__________________
mr... mike.rusaw@realpage.com RalPage, Inc. "I have made this letter longer than usual, only because I have not had the time to make it shorter." - Blaise Paschal |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Recording CheckBoxes Clicks When Paging with ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|