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 -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -