CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 6/20/2007 5:57:44 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 51 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
aniruddha.pakha
Asp.Net User
Multiview is not accesseble6/20/2007 5:57:44 AM

0/0

hi

 i have one page aboutus.aspx. i am using 1 multiview and 4 views in it.

and in master page i have use menu control.

 on menu click i have to navigate to different view in same pages. i am passing query string on menu click. Response.Redirect("About us.aspx? name=Intro");

 and i am accessing it in form_load in such way

if (String.Compare(Request.QueryString["name"].ToString(), "Intro") == 0)

{

MultiView1.ActiveViewIndex = 0;

}

 i am facing problem in accessing multiview. it give me error " The name 'MultiView1' does not exist in the current context "

 here multiview1 is not accessible in form content.

 

Aniruddha Pakhale

atsofttech
Asp.Net User
Re: Multiview is not accesseble6/20/2007 6:27:03 AM

0/0

You need to user FindControl(...) from master page


Everything is possible!
eyad.salamin
Asp.Net User
Re: Multiview is not accesseble6/21/2007 7:10:49 AM

0/0

In answered the same question over here : http://forums.asp.net/p/1124081/1762886.aspx#1762886

After you add the FindMyChild method (which you will find in my previously mentioned post) to your code behind you just need to replace :

MultiView1.ActiveViewIndex = 0;

with :

((MultiView)FindMyChild(this.Controls, "MultiView1")).ActiveViewIndex = 0;

 

 and it should work fine with you.

Please let me know if that was helpful.

Eyad Salamin 


<%= Eyad.Salamin %>

<aspForums:DontForget>Don't forget to click on Mark as answer on the post that helped you.

This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped. </aspForums:DontForget>
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2005
Pro ASP.NET 3.5 in C# 2008 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1498, Published: 2007
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
Pro ASP.NET 2.0 in C# 2005: Create Next-generation Web Applications with the Latest Version of Microsoft's Revolutionary Technology Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1426, Published: 2006
Computer Vision Systems: 6th International Conference on Computer Vision Systems, Icvs 2008 Santorini, Greece, May 12-15, 2008, Proceedings Authors: Antonios Gasteratos, Markus Vincze, John K. Tsotsos, Pages: 560, Published: 2008
Multiview: An Exploration of Information Systems Development Authors: D. E. Avison, A. T. Wood-Harper, Lyn Antill, Pages: 296, Published: 1990
2000 IEEE Autotestcon Proceedings: Autotestcon 2000 : IEEE Systems Readiness Technology Conference : Future Sustainment for Military and Aerospace : September 18-21, 2000, Disneyland Hotel, Anaheim, California Authors: Institute of Electrical and Electronics Engineers, Pages: 665, Published: 2000

Web:
PHP Bugs: #27389: $_POST variables not accessible from multiview Bug #27389, $_POST variables not accessible from multiview. Submitted: 24 Feb 2004 11:55pm UTC, Modified: 6 Mar 2004 2:24pm UTC ...
Multiview & Router or router you may encounter a problem looking at this Multiview screen ... These IP addresses are not accessible through a router. ...
Multi-view personalized communications agent - Patent 6023762 data describing a plurality of said user data types accessible in response ..... In this case, the agent device does not communicate directly with the user ...
User Guide for IP Telephony Monitor - Using ITM Multi-View ... Assigning users to partitions—If you are not assigned to a partition, you cannot do more than log in to ITM Multi-View. Only a Partition Administrator has ...
User Guide for IP Telephony Monitor - Using ITM Multi-View ... Assigning users to partitions—If you are not assigned to a partition, you cannot do more than log in to ITM Multi-View. Only a Partition Administrator has ...
The Architect's Desktop: March 2005 You do not even need to create a view block or a multi-view block - just place ... and needs to be accessible to all who will use the Tool palette tool you ...
MultiView: FindControl - ASP.NET Forums how can i evaluate to which view (in a multiview) a certain ... in other different from the active one are not accessible and, ...
Feedback: Controls inside of LoginView are not accessible but show ... Controls inside of LoginView are not accessible but show up in control tree ... I noticed that the MultiView control works so that you can access any ...
Managing User Groups and Access Rights If the desired checkboxes are not accessible (gray), deactivate the ... Use the Multi View screen to combine several cameras in different patterns and to ...
TI calculators This feature is only accessible to registered users, please join our community. Not yet a member? Sign up, It's Free & Easy. Username: ...




Search This Site:










abstract base classes in the designer

designer files driving me batty!

can a web part zone be customised to act like a multiview?

save as dialog box

search engine optimization

managing security - multiple users within a role requiring access to different content

how to handle the visibility of "member" in the sitemap?

(2.1.2 dnn) default vs admin skin in module pages

error while trying to run project: unable to start debugging on the web server. the project is not configured to be debugged

loginstatus not visible after ssl login,

login probelm for 2 weeks

composite control - cleaning up ?

how to - user controls

gallery module fails consistently when trying to upload it!?

style in rich text editor tables

which vs editions support uml generation (export)

problem importwebpart within getinitialwebparts for anonymous users

complex roles and views - need advice

asp.net 2.0 login database question

can't find _menu.ascx.vb----vsnet....

question about admin roles

compiler error - type exists in two dll's?

wildcard

dnn install error - foreign key conflict: 'fk_dasp_tabpermission_dasp_permission'

feedback module help needed...

two client web applications sharing the same login

webmail pro 1.2 beta issue

parser error: when loading control

problems with application code and controls

page does not refresh on login/logout

 
All Times Are GMT