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?

enter image description here

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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -