The class name inside the form has not been changed; it's still WebForm1.
--
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
"Wayne Wengert" <> wrote in message
news:O8R%...
> I built a project in VSNET 2003 and it initially named the first form
> "WebForm1". I changed the name of the form to "Eval1" but when I look at
the
> HTML code I see that it still shows WebForm1 in the "Inherits" element:
>
> <%@ Page Language="vb" AutoEventWireup="false" Codebehind="myProj.aspx.vb"
> Inherits="myProj.WebForm1"%>
>
> There is no WebForm1 anymore?
>
> Wayne
>
>