Question on Reference

W

Wayne Wengert

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
 
S

Sapporo

I've noticed that Studio doesn't usually propogate changes to the Page
Directives in the HTML. You need to manually update them yourself. Unless
I'm missing something, but this is how I've had to do it in the past.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top