I have a question for including file.
I would like to include dropdwon menu ("menu.aspx" file) into all other aspx files in the project.
Could someone tell me how I do it?
Thank you in adcvance,
1 Answer, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 24 Jun 2008, 08:44 AM
Hi Sergey,
If you are using master pages you can put the menu in your master page. Alternatively you could use a user control.Add the menu in the user control and then add that user control in every page.