I have tabstrip/multipage. pageviews are filled from user controls. I need to input some data (like first/last name) on the first pageview and then show this value on other pageviews.
server-side assigning is absolutely not appropriate as I have page already rendered when I start my input with the first tab clicked.
So I decided to change variables with jQuery on client-side when the tab is clicked.
But My Jquery cannot find the classes (and variables) from the pageviews.
When I take a look at page source I see that there is only first pageview. I assume that others are rendered dynamically.
Can you please advice me the best technique how I can change the variables with the same names and same classes on all my pageviews?
I tried the option to render page "OnDemand", but it didn't help.
Elena
server-side assigning is absolutely not appropriate as I have page already rendered when I start my input with the first tab clicked.
So I decided to change variables with jQuery on client-side when the tab is clicked.
But My Jquery cannot find the classes (and variables) from the pageviews.
When I take a look at page source I see that there is only first pageview. I assume that others are rendered dynamically.
Can you please advice me the best technique how I can change the variables with the same names and same classes on all my pageviews?
I tried the option to render page "OnDemand", but it didn't help.
Elena