This is a migrated thread and some comments may be shown as answers.

[Solved] Cannot access the value in Tabstrip/Multipage

0 Answers 90 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Elena Lavrinenko
Top achievements
Rank 1
Elena Lavrinenko asked on 29 Oct 2009, 02:42 PM
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

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Elena Lavrinenko
Top achievements
Rank 1
Share this question
or