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

Page_Load not firing inside EditorDialogs

1 Answer 54 Views
Editor
This is a migrated thread and some comments may be shown as answers.
fabian
Top achievements
Rank 1
fabian asked on 17 Jan 2011, 09:59 PM
Hello,
I'm trying to customize LinkManager.ascx and I have been able to change it jsut fine but I can't get c# code inside Page_Load to fireup inside LinkManager.ascx. I Already added  AutoEventWireup="true" but sitll nothing.
<script runat="server">
     protected void Page_Load(object sender, EventArgs e)
    {
 
       //CODE
         
    }
</script>

Any suggestions?
Thank you

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Jan 2011, 10:29 AM
Hi Fabian,

You can see the following forum thread which provides guidance how to work with the external dialogs of RadEditor: Hide Size Column In Image Managers RadFileExplorer.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
fabian
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or