asp.net - .Net Changing page locations in Visual Studio Solution Exp -
i have .net web project. want organize solution explorer , pages. because there 4 type of users , there many pages. want create folders , keep of files in them. i've moved page files folders app not work. should do?
you need change page title
@ beginning of web page accordingly. used inherits="myproject.mywebpage"
inherits="myproject.myfolder.mywebpage"
also, aspx
files have mypage.aspx.designer.cs
file underneath , namespace namespace mypage{
should namespace myfolder.mypage{
that's why code behind has red lines because can't verify aspx page via designer file.
Comments
Post a Comment