This is a migrated thread and some comments may be shown as answers.

Master Page Layout:

5 Answers 348 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 1
Keith asked on 16 Mar 2011, 05:21 AM
Is there any good documentation, how to really do a professional master page layout, Im having alot of trouble.
Im new to telerik and also asp.net.

can you assist me?
what are some good websites with the layout structure, i understand how to add the contentholders, now im trying to
come up to speed on the layout. my layouts are horrible

5 Answers, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 17 Mar 2011, 04:27 PM
Hello Keith,

Thank you for your interest in our products.

I recommend that you examine the ASP.NET Master Pages Tutorial series to see how to use Master Pages in ASP.NET applications.

Please notice that we provide web UI controls and support for them and this question is a little bit out of our scope.

Greetings,
Mira
the Telerik team
0
John
Top achievements
Rank 1
answered on 23 Mar 2011, 10:47 PM
Mira,

I'm also interested in an answer for this topic as it pertains to using the Telerik controls. For example, you have several pages on this web site that discuss master pages with RadAjax, but they're all very fragmentary.

Some of the information I'd like to see is:
  1. Is there a RadAjax content page and RadAjax master page template that can be used to streamline this process?

  2. How do I set up the master page so my pages that inherit from it will have their controls working as expected? This is partially answered on page http://www.telerik.com/help/aspnet-ajax/ajax-masterpage.html

  3. Once I have my master page set up, what's the best approach for implementing my other pages, particularly when taking advantage of a sitemap for navigation?
  4. Do I create user controls or content pages for the descending content?
  5. Whichever option is best, how do I make that content page RadAjax aware? Is it via the technique shown in http://www
  6. .telerik.com/help/aspnet-ajax/ajax-masterpage-update-everywhere.html? If so, can I avoid having to set the Page_Load code in every content page?
  7. Can I have multiple forms on the ASP.NET content page? If so, how?

 

(Sorry for the weird formatting of my post - your rich editor obviously has some issues. I expected the numbering button to automatically select the paragraph boundaries of the text I'd selected. An undo would be very handy.)

0
Mira
Telerik team
answered on 24 Mar 2011, 05:02 PM
Hello John,

The RadAjaxManagerProxy control can be used in scenarios with content pages / usercontrols.
You can also examine the following help topics:
Add AjaxSettings programmatically
RadAjax and WebUserControls

You can have only one form tag on the whole page. If you have a master page, it usually is in it.

I hope this helps.

Regards,
Mira
the Telerik team
0
John
Top achievements
Rank 1
answered on 24 Mar 2011, 05:10 PM
Thanks for the reply, Mira. I think it would be useful to have Telerik templates for the master page and content pages instead of having to copy/paste that code to each page.
0
Mira
Telerik team
answered on 28 Mar 2011, 04:25 PM
Hello John ,

Thank you for your feedback.

The User Controls/Master pages demo illustrates how RadAjaxManager control should be used in page->user control scenario. The same approach can be used in master->content page scenario.

Please examine it and let me know whether this is the desired functionality.

All the best,
Mira
the Telerik team
Tags
General Discussions
Asked by
Keith
Top achievements
Rank 1
Answers by
Mira
Telerik team
John
Top achievements
Rank 1
Share this question
or