CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.portal_starter_kit Tags:
Item Type: NewsGroup Date Entered: 7/6/2004 2:00:41 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 20 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
1 Items, 1 Pages 1 |< << Go >> >|
beaulieu
Asp.Net User
Dynamically Populate control in the DesktopDefault7/6/2004 2:00:41 AM

0/0

Im trying to build my own portal for my sport league website but i cant add module correctly.

When i try to load twice the same module on the same page and i hit a button both module events are executed.. how in the Portal starter kit handle this problem ?

thanx

here what i did !

if(ls.CurrentTab.Modules.Count > 0)
{
foreach(ModuleInfos ms in ls.CurrentTab.Modules)
{
if(!ms.IsDeleted)
{
Control parent = null;

foreach(Control skinControl in this.Controls)
{
if(skinControl.ID == ms.PaneName)
{
parent = skinControl;
break;
}
}

LeagueModuleControl lmc = (LeagueModuleControl)Page.LoadControl("~/" + ms.ModuleSource);

lmc.ModuleInfos = ms;
lmc.LeagueID = ls.CurrentLeague.LeagueID;
lmc.Resources = ls.Resources;

parent.Controls.Add(lmc);
parent.Controls.Add(new LiteralControl("<" + "br" + ">"));
parent.Visible = true;
}
}
}
I like programming
1 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Building an ASP.NET Intranet Authors: Kourosh Ardestani, Brian Boyce, Jonathon Walsh, et al., Andy Elmhorst, Matt Gibbs, Pages: 480, Published: 2003

Web:
Koders Code Search: DesktopDefault.aspx.cs - C# Visible = true; } // Dynamically Populate the Left, Center and Right pane ... create the user control instance and dynamically // inject it into the page. ...
GENERIC PORTAL FRAMEWORK DesktopDefault.aspx Continued … ' Dynamically Populate the Left, Center and Right ... Dim parent As Control = Page.FindControl(_moduleSettings.PaneName) ...
Ýstanbul Üniversitesi Bilgisayar Mühendisliði Page language="c#" CodeBehind="DesktopDefault.aspx.cs" ... The DesktopDefault. aspx page is used to load and populate each Portal View. ...
Is It Possible to use HTML Template to change IBS look? - ASP.NET ... The desktopdefault now has a usercontrol desktoplayout ..... Dynamically Populate the Left, Center and Right pane sections of the portal ...
<%@ Register TagPrefix="ASPNETPortal ..." target="_" >Page Language="C#" %> <%@ Register TagPrefix="ASPNETPortal ... Visible = true; } // Dynamically Populate the Left, Center and Right pane ... The DesktopDefault.aspx page is used to load and populate each Portal View. ...
Untitled Dynamically Populate the Left, Center and Right pane sections of the .... Earlier we saw that DesktopDefault.aspx added user control modules to three table ...
Extending the DNN HTML Module After populating the control, we then set the RemoveServerNameFromUrls to true ... to DNN/desktopdefault.aspx?tabid=xx which is not going to transfer to a ...
IBuySpy Portal Source Code Viewer Page Source: DesktopDefault.aspx ... <%@ Page language="vb" CodeBehind="DesktopDefault.aspx.vb" AutoEventWireup=" false" ... NET User Control), and then inject them into the page. ...
<%@ import Namespace="ASPNET.StarterKit ..." target="_" >Control Language="VB" %> <%@ import Namespace="ASPNET.StarterKit ... Items("PortalSettings"), PortalSettings) ' Dynamically Populate the Portal ... GetApplicationPath(Request) %>/DesktopDefault.aspx?tabindex=<%# Container. ...
Inside Microsoft: Using Enterprise Manager with MSDE The DesktopDefault.aspx page contains a new table named "tblSubTabs" with a placeholder for the LeftSubTabs user control in the form in an HtmlTableCell ...




Search This Site:










unable to download ibuyspy store

new column in cmrc_product table

setting default selected in databound dropdown list

could not find stored procedure 'shoppingcartmigrate'

multiple shipping addresses

question about master page

ozmcart modders unite~

how to disable <enter> in asp:textbox

editable datagrid ot datalist

if i forget password, how do i set up a page so can have it sent to me again.

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

using starter kits in commercial products

csk with sql express and paypal aspnet user login fail

bug: csk made only for one language

make a purchase with commerce starter kit without logging in

kit installed & running. now how to modify it?

ibuyspy store vs oscommerce

splitting of class and db

migrate commerce starter kit database to different web app

very newbie question on usps proxy authentication error 407

multiple form tags defined.

csk 2.0 ordersprovider error - cannot create an abstract class

fedex, ups, usps, etc

help installation doesnt work =(

cast from type 'dbnull' to type 'string' is not valid.

where are sqldataadapters closed?

problem with login.aspx

turning the commerce starter kit into a functional webshop

how to calculate the customerid?

need help on building an ibs admin

  Privacy | Contact Us
All Times Are GMT