[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

10/30/2009 at 04:24AM PDT, ID: 24857668
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

Reloading user control

Asked by RTSol in Microsoft Visual C#.Net, Programming for ASP.NET, WebApplications

Tags: programming, ASP.NET, C#, User controls

Hi,

I have a multilingual site and I have a problem when changing the language. The language selector resides in a user control on the page and when the language is changed I need to reload another user control on the page - that might or might not exist depending where on the site you are. The language selector user control is in the master page and the other is in a page using this master page.

The supplied code snippet shows my problems.

PS. I have not designed the site - merely trying to modify it
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
//Here the Cache is cleared
                   rtCache.Clear();
 
                //Update the Categories control
                //Her I try to find the user control but it allways returns null.
                //The user control is in the page Default.aspx
                   UserControl userC = FindControl("ctrlHomePageCategories") as UserControl;
               //Here is the code to reload the control. How do I figure out the virtual path?
                   userC.LoadControl("Virtual path");
                //
 
                trHelper.ReloadCurrentPage();
[+][-]10/30/09 07:15 AM, ID: 25703134

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Visual C#.Net, Programming for ASP.NET, WebApplications
Tags: programming, ASP.NET, C#, User controls
Sign Up Now!
Solution Provided By: Omego2K
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625