Click here to Skip to main content
15,886,734 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have three Master's i.e. Region, Country, City . I want to load all three masters in one page and give same functionality to Add,Edit & Delete.

I am new to Asp.net, What should I use to achieve all master operation in one page?? Can I Use dynamical controls? because fields may vary to specified master.

Before I start, if you guys have basic idea then please let me know
Posted
Comments
Naveen.Sanagasetti 18-Sep-15 3:40am    
What information Are you expecting from our end.?

Don't have three master pages - create one master page with all the three operations.
 
Share this answer
 
Completely agree with the Solution #1, Create one master page only.
But still if you want to load multiple master page, you can go for Nested Master Pages[^].

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900