Re: Compiler Error Message: BC30456: 'NewTemplate_Click' is not a member of 'ASP

  •  07-08-2010, 6:10 AM

    Re: Compiler Error Message: BC30456: 'NewTemplate_Click' is not a member of 'ASP

    but is the above script correct for opening the new template
     
    i have this now

    <asp:Button ID="cmdnewtemp" runat="server" Text="New Template" OnClientClick="NewTemplate_Click();return false"

    TabIndex="12" Width="155px" />

    with the above script but nothing happens bothing gets opened
View Complete Thread