I want to open umraco website in visual studio and then want to add pages for programmatic approach.
Let me explain in details. I have requirements that I make 50 pages using CMS of Umbraco (which is easy task for me).
After that I add 15 more pages using aspx and cs approach, for that I obviously need to open the Umbraco website in Visual studio and then the simplest option to add pages one by one and code in page.cs.
In short I want to find the way using which I can over come from registering user control again and again and want to have page level control. I hope I have clarified enough to get help.
How to add pages using VS and Umbraco?
Hello All I have one question (Kind of wishlist).
I want to open umraco website in visual studio and then want to add pages for programmatic approach.
Let me explain in details. I have requirements that I make 50 pages using CMS of Umbraco (which is easy task for me).
After that I add 15 more pages using aspx and cs approach, for that I obviously need to open the Umbraco website in Visual studio and then the simplest option to add pages one by one and code in page.cs.
In short I want to find the way using which I can over come from registering user control again and again and want to have page level control.
I hope I have clarified enough to get help.
Regards,
Jigar
Hi Jigar, I am not exactly sure what you mean by adding pages through Visual Studio.. ? You can just create a new page in the umbraco back-end, right?
I've written a description on how to open up and use your site in VS. Look at this recent thread for more information.
is working on a reply...