Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Using ajax with application pages that use application.master

  Asked By: Jamel Chase         Date: Jun 08, 2009      Category: Sharepoint      Views: 564
 

I have added an ajax navigation control to application.master. When
doing so, it causes application pages to call base.OnPreRender(e) or
the error "Script controls may not be registered before PreRender"
occurs.

This issue I'm facing is with people.aspx (and probably others). The
code behind inherits from a base class
(Microsoft.SharePoint.ApplicationPages.PeoplePage) which overloads
OnPreRender but does not call the base class.

What is the best way for me to correct this problem?


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:                

 

No Answers Found. Be the First, To Post Answer.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].