 |
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
 | This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 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
|
|
|
|
|

December 17th, 2008, 11:37 PM
|
|
Friend of Wrox
|
|
Join Date: Dec 2008
Posts: 119
Thanks: 26
Thanked 0 Times in 0 Posts
|
|
Smart Tasks Panel? Where is it?
Hello:
I've just added the code on page 201 under
<asp:ContentPlaceHolder ID="cpMainContent" runat="server">
This is default text that appears in 'content pages'
that do not explicitly override it.
</asp:ContentPlaceHolder>
The books states you can open the content control's smart tasks panel shown in figure 6-6 but I can't find that ??
Rachel
|
|

December 18th, 2008, 05:21 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi Rachel,
Right under the code you posted from page 201 you'll see this:
Quote:
|
When you base a new page on this master page, you won't see this default at first in Markup View. However, you can open the Content control's Smart Tasks panel, shown in Figure 6-6, and choose Default to Master's Content.
|
So, you'll see this Smart Task panel for a Content control in a Content page, not in the master page.
Hope this helps,
Imar
|
|

December 18th, 2008, 10:33 PM
|
|
Friend of Wrox
|
|
Join Date: Dec 2008
Posts: 119
Thanks: 26
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Imar
Hi Rachel,
Right under the code you posted from page 201 you'll see this:
So, you'll see this Smart Task panel for a Content control in a Content page, not in the master page.
Hope this helps,
Imar
|
I don't understand. what page are you showing in figure 6-6? I was looking at the login page.
Edit: I didn't see it before for some reason, but now I do.
thanks,
Rachel
Rachel
Last edited by Rachel; December 18th, 2008 at 10:41 PM..
|
|

December 19th, 2008, 02:52 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
As the page directly above the figure says, this is just "a page" based on the master page...
However, in the TIO on page 198 and further you add a page based on a Master (Default.aspx) so you should see the same Smart Tasks panel there...
Hope this heps,
Imar
P.S. No need to quote the entire message when replying.....
|
|
 |