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.
Any suggestions?
Thank you
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