-
Reloading UserControls In MasterPage
I have 4 usercontrols that are placed in the MasterPage of a particular site. When I execute this function from one of them:
protected void imgBtnPreview_Click(object sender, ImageClickEventArgs e)
{
au = (AdminUser)Session["AdminUser"];
au.IsPreview = true;
Session["AdminUser"] = au;
//ReloadCurrent();
}
I need all three controls to reload and display content based on the new Session Variable, AdminUser.
When You execute an event from one control how do you get the MasterPage to reload other controls that It contains? The MasterPage does not seem to reload otherwise.
Similar Threads
-
By Kevin P. Fleming in forum VB Classic
Replies: 2
Last Post: 11-11-2002, 04:51 PM
-
By Kevin P. Fleming in forum VB Classic
Replies: 0
Last Post: 10-22-2002, 04:11 PM
-
By Randy in forum VB Classic
Replies: 0
Last Post: 11-28-2001, 08:07 AM
-
By Patrick Long in forum ASP.NET
Replies: 0
Last Post: 06-23-2001, 04:25 PM
-
By yann LE PAGE in forum Java
Replies: 1
Last Post: 05-11-2000, 01:21 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks