Menu w/Multiview issue

H

H

ASP.NET 2.0

I used to have IE Webcontrols (Tabstrip w/Pageviews) on my page.
Because of issues, I switched over to a horizontal Menu with a
Multiview control.

The problem is in the javascript. Previously, when I scanned through
'document.forms[0].elements', I would have access to all of the
elements (about 400) on all of the tabs, visible or not. However, now
when I scan 'document.forms[0].elements', I only get the elements of
the first tab (about 45). The others are hidden.

How can I access all of the elements on all of the Multiview pages in
javascript?

thanks.
 
M

michaelkb

I haven't used this control, but it sounds like the non-current
multiview controls are not rendered at all, and a postback will have to
be done between each request to access them as they are rendered. I'd
guess this is by design. Sorry, not very helpful.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,160
Latest member
CollinStri
Top