LinkButton Postback Problem

  •  03-02-2006, 4:25 AM

    LinkButton Postback Problem

     
    I have a problem with LinkButtons on my page (ASP.NET 2.0). The constellation of my page is as follows:
     
    Masterpage
    |--> UserControl
        |--> LinkButton1, LinkButton2, ...
     
    |--> UserControl
        |--> CuteEditor
     
    When I click on a Linkbutton there is no Postback.
    Having CuteEditor and the LinkButtons on the same Page works fine.
     
    I tried to rename the LinkButtons ids to some weird characters but this didn't work.
     
    I'm using CE 5.2 (2006-02-09) on WinXP
     
     
    Thanks in advance
View Complete Thread