ASPX Page Tepmlate

Narendra Dol asked on December 19, 2016 12:45

how can we create aspx page tepmplate from visual studio and how to apply stylesheet and js to aspx page template

Correct Answer

Anton Grekhovodov answered on December 19, 2016 12:51

Hi Narendra,

Please, read the documentation here Developing websites using ASPX templates

0 votesVote for this answer Unmark Correct answer

Recent Answers


Trevor Fayas answered on December 19, 2016 15:29

I would recommend, although you can develope with ASPX template, i would not. Portal method is the preferred method as it gives control of the environment through the web portal. With ASPX templates, you have a hard-coded master page so you want to make any changes, you have to do it in code. Along with that you cannot add webpart zones or adjust the layout without going into code.

I haven't found anything you can do in ASPX that you can't do with Portal.

3 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.