I'm pretty new with .net and i'm trying to learn all of this on my own...i'll use all the help i can find though.
in visual studio 2002 architect edition:
This is what i want to save/use in my aspx-file. I divided design and program-logic by using 'codebehind'.Code:<%@ Page Language="vb" Debug="true" inherits="HoofdCodeBehind" src="Hoofd.aspx.vb" codebehind="Hoofd.aspx.vb" %>
EVERY TIME i go to design and try to save it inserts "stock" (= projectname) in the 'inherits'-tag, resulting in a parsing-error when i try to load the page in my browser.
I've been deleting the word 'stock' about 2000 times the last few weeks, so you'll understand that i would be very gratefull for a solution on this one![]()




Reply With Quote