Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 9th, 2008, 12:31 AM
Registered User
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Convert TBH to Web Application - Webpart issues

Hi,

I did convert TBH to Web application project. All works fine except user control in MasterPage never get excecuted inside CatalogZone and WebPartsTemplate.

<asp:CatalogZone ID="CatalogZone1" runat="server" meta:resourcekey="CatalogZone1Resource1" >
           <ZoneTemplate>
                  <asp:DeclarativeCatalogPart ID="DeclarativeCatalogPart1" runat="server" Title="Site Catalog" meta:resourcekey="DeclarativeCatalogPart1Resource1 ">
                     <WebPartsTemplate>
                         <mb:WelcomeBox ID="WelcomeBox1" runat="server" />
                        <mb:RssReader id="rssReaderGeneric" runat="server" Title="RSS Reader" meta:resourcekey="rssReaderGenericResource1"/>
                        <mb:RssReader id="rssLatestArticles" runat="server" Title="Latest Articles"
                           RssUrl="~/GetArticlesRss.aspx" meta:resourcekey="rssLatestArticlesResource1"
                           MoreText="More articles..." MoreUrl="~/BrowseArticles.aspx" />
                        <mb:RssReader id="rssLatestThreads" runat="server" Title="Latest Threads" meta:resourcekey="rssLatestThreadsResource1"
                           RssUrl="~/GetThreadsRss.aspx?SortExpr=LastPostDate DESC" MoreText="More discussions..." MoreUrl="~/ShowForums.aspx" />
                        <mb:RssReader id="rssMostActiveThreads" runat="server" Title="Most Active Threads" meta:resourcekey="rssMostActiveThreadsResource1"
                           RssUrl="~/GetThreadsRss.aspx?SortExpr=ReplyCount DESC" MoreText="More discussions..." MoreUrl="~/ShowForums.aspx" />
                        <mb:RssReader id="rssLatestProducts" runat="server" Title="Latest Products" meta:resourcekey="rssLatestProductsResource1"
                           RssUrl="~/GetProductsRss.aspx" MoreText="More products..." MoreUrl="~/BrowseProducts.aspx" />
                        <mb:PollBox id="pollGeneric" runat="server" ShowArchiveLink="False" ShowHeader="False" meta:resourcekey="pollGenericResource1" />
                    </WebPartsTemplate>
                 </asp:DeclarativeCatalogPart>
                  <asp:PageCatalogPart ID="PageCatalogPart1" runat="server" Title="Local Page Catalog" meta:resourcekey="PageCatalogPart1Resource1" />
          </ZoneTemplate>
 </asp:CatalogZone>

If I move these controls outside,It works OK

Does anyone know the reason ?


Thanks,

Quoc






Similar Threads
Thread Thread Starter Forum Replies Last Post
convert tbh to Web application project in VS 2008 vantoko BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 3 November 16th, 2008 07:21 PM
TBH converted from web project to web app. htorres BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 August 25th, 2008 12:44 AM
connection string issues, web.config file issues kaliaparijat ASP.NET 2.0 Professional 1 June 12th, 2008 08:07 AM
Ch_08_m/c level application and other issues padsai BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 July 6th, 2006 11:40 AM
Convert ASP web application to ASP.NET Steve777 ASP.NET 1.0 and 1.1 Basics 3 June 2nd, 2005 07:26 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.