|
|
 |
| VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1).
** Please don't post code questions here **
For issues specific to a particular language in .NET, please see the other forum categories. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VS.NET 2002/2003 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

November 13th, 2008, 10:01 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: Bristol, Avon, United Kingdom.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Header Tags & Controls Come back as Error
<%@Page Language="C#" AutoEventWireup"false" Codebehind="Styles/NewsExtra.aspx.cs" Inherits="" %>
This is My Head Tag System what is a standard Web Control for ASP.net 1.0. Class Parameters included in WebPage also Faulty
IanBurton
__________________
IanBurton
|

November 13th, 2008, 10:35 AM
|
 |
Friend of Wrox
Points: 16,368, Level: 55 |
|
|
Join Date: Aug 2003
Location: Clifton Park, New York, USA.
Posts: 5,394
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
A little confused by your post. The code you have posted is the page directive, not a head tag. Also, I really don't understand the sentence.
Either way, the Inherits attribute in the page directive is empty. That should contain something, typically the full class name of the class defined in your code behind file. If that isn't the problem, then please explain the problem in more detail and post any error messages you are getting.
-Peter
compiledthoughts.com
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |