Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Axel 68 posts 96 karma points
    Sep 18, 2015 @ 10:41
    Axel
    0

    Custom User Control Button fire no Postback

    Hi, i have already written several Usercontrols (Umbraco 7.x,Webforms) for my Local Website with no Problems. But now i have created a new one with some controls on it and a Button Control (UseSubmitbehavior is true) for saving data. But (i not find the bug) the postback Event will not fire. the page reload but always no postback (checked with

            If Not IsPostBack Then
                Response.Write("no postback")
            Else
                Response.Write("yes postback")
    
            End If
    

    I have always no postback und the button click Event not fired.

    what could be wrong?

Please Sign in or register to post replies

Write your reply to:

Draft