Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4.5 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4.5: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-31180-6
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB 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 September 12th, 2013, 11:21 AM
Friend of Wrox
 
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
Default Is this what you are talking about?

Code:

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="SiteMaster.master.cs" Inherits="SiteMaster" %>

<%@ Register Src="UserControls/Header.ascx" TagName="Header" TagPrefix="IW" %>
<%@ Register Src="UserControls/Footer.ascx" TagName="Footer" TagPrefix="IW" %>
<%@ Register Src="UserControls/Navigation.ascx" TagName="Navigation" TagPrefix="IW" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head">
    <link rel="stylesheet" type="text/css" href="Styles.css" />
    <title>Super Games Inc. Home page</title>
</head>
<body>
    <form id="MainForm" runat="server">
        <div>
            <table border="1" cellpadding="0" cellspacing="0" width="100%">
                <tr>
                    <td colspan="2" align="center">
                        <IW:Header ID="HeaderControl" runat="server" />
                    </td>
                </tr>
                <tr>
                    <td valign="top">
                        <IW:Navigation ID="NavigationControl" runat="server" />
                    </td>
                    <td valign="top">
                        Home page content
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="center">
                        <IW:Footer ID="FooterControl" runat="server" />
                    </td>
                </tr>
            </table>
        </div>
    </form>

<script type="text/javascript"><!--
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
//-->
</script>
<script type="text/javascript"><!--
var pageTracker = _gat._getTracker("UA-789257-32");
pageTracker._initData();

pageTracker._trackPageview();
//-->
</script>
</body>
</html>
What is with all the google analytics stuff?
 
Old September 12th, 2013, 11:23 AM
Registered User
 
Join Date: Sep 2013
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Google Analytics stuff?

I am not sure. That is not in my original post. I am guessing it may have been added by the forum.

That is not required to complete the project.
 
Old September 12th, 2013, 11:40 AM
Friend of Wrox
 
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
Default

Quote:
Originally Posted by jkayler View Post
I am not sure. That is not in my original post. I am guessing it may have been added by the forum.

That is not required to complete the project.
I will try following your instructions and do what you say to do. I will try for the most part to use this forum to air my problems and concerns with the innerworkings tutorials and training. I will probably pretty much be using this forum as a conduit for that.
 
Old September 12th, 2013, 11:46 AM
Registered User
 
Join Date: Sep 2013
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: using forum to air questions or concerns

Quote:
Originally Posted by vbboyd View Post
I will try following your instructions and do what you say to do. I will try for the most part to use this forum to air my problems and concerns with the innerworkings tutorials and training. I will probably pretty much be using this forum as a conduit for that.

You can certainly choose to use only this forum to air your questions and concerns, however the Personal Tutor functionality or the customer support functions built into the product would provide quicker, more direct resolution.

By using the Personal Tutor functionality your code can be automatically sent to us making things a bit easier to use. However it is completely up to you.

Keep in mind that the Wrox forum may not be monitored as often as the Personal Tutor or Customer Support systems by the InnerWorkings staff, so the response time may suffer due to that.

In any case, good luck as you move forward.
 
Old September 12th, 2013, 12:14 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

>> What is with all the google analytics stuff?

That's a bug in this forum; it gets added to all e-mails that contain a </body> tag.

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
InnerWorkings Question. vbboyd BOOK: Beginning ASP.NET 4.5 : in C# and VB 0 August 12th, 2013 02:46 PM
Skills Challenge powered by Innerworkings Antonius Block BOOK: Beginning ASP.NET 4.5 : in C# and VB 4 May 22nd, 2013 12:21 PM
Intelligent Complaint-need help please rsearing Forum and Wrox.com Feedback 1 October 12th, 2006 08:45 AM
Book Complaint jrk Wrox Book Feedback 1 January 23rd, 2004 11:37 AM





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