I’m creating a project in C# and I want to be able to define “template” files that define the layout that will be produced in an ASP web page. This means from an interface people are able to click certain “areas” and add text, images or a video.
I can only think of using the coordinates to achieve this. Any better ways? Any tips would be good.
have a look at MasterPages in ASP.NET, it’s exactly what you are looking for, content regions to be editable in pages associated with the main masterpage.