Trouble Using Sample Code - Need Noob Help

Tech-Archive recommends: Fix windows errors by optimizing your registry



Just getting started with .NET and VS, so i'm trying to get a handle
on it all.

Trying to run this sample code:
http://authors.aspalliance.com/damianm/article/4/1/httpWebRequest.aspx.view.aspx
http://authors.aspalliance.com/damianm/article/4/1/httpWebRequest.aspx.vb.view.aspx

All i'm doing is creating two new files in VS
httpWebRequest.aspx and httpWebRequest.aspx.vb
Then i'm copying those files to web.

My questions:
Do I need to do some building or compiling?
What do these errors mean?

Errors:
In VS it's saying: Warning 3 Attribute 'Codebehind' in the @ Page
directive is no longer supported. Convert this page to the new code-
behind model by opening the Web site (project) containing the page in
Visual Web Developer. C:\Documents and Settings\Owner\My Documents
\Visual Studio 2005\WebSites\Article\httpWebRequest.aspx 1 50 C:\...
\Article\

On the page it says:
Could not load type 'Article.httpWebRequest'.

The code for httpWebRequest.aspx is simply:
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="httpWebRequest.aspx.vb" Inherits="Article.httpWebRequest"
%>
<asp:literal id="Literal1" runat="server"></asp:literal>

Is it the codebehind? Or maybe the lack of an Article namespace? How
do I do that?

thank you all in advance for your help.
.



Relevant Pages

  • Re: filter the record of opened form by using combobox.
    ... link to a web site where she had sample code. ... Have a couple of simple filters at the top of the form that will limit ... information on in the first sub-form. ...
    (microsoft.public.access.formscoding)
  • Re: Windows Media Player VB6
    ... The sample code is ... Detailled specs are in the Windows Media Player SDK, on the same web site. ... I can add a WindowsMediaPlayer to a form in VB6 but I cannot find any code ...
    (microsoft.public.vb.general.discussion)
  • Re: UpdateFields Macro
    ... See the sample code at http://www.gmayor.com/installing_macro.htm ... Word MVP web site http://word.mvps.org ... code so I can recreate the thing? ...
    (microsoft.public.word.docmanagement)
  • Re: Help cant get .Net remoting to work
    ... There's lost of .NET remoting code out on the web. ... Here's a web site with ... links to lots of articles, most of which include sample code: ...
    (microsoft.public.dotnet.framework.remoting)