I'm wondering how this can be done because I need this for a school project so it is easier to get a translating system done.
Asked
Active
Viewed 109 times
0
-
1Possible duplicate of [How to assign a master page to a existing .aspx page?](http://stackoverflow.com/questions/2273368/how-to-assign-a-master-page-to-a-existing-aspx-page) – Andrew Morton May 03 '16 at 13:21
-
https://www.youtube.com/watch?v=ZeLIsIw9um0 – Zaki May 03 '16 at 13:29
1 Answers
0
Go to the "Page" prefix of your page, the first line of the .aspx file. And add "MasterPageFile" attribute into it, and choose the Masterpage you want to bind.

Pecheneg
- 768
- 3
- 11
- 27