Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Need help with UserControl events

Need help with UserControl events

Scheduled Pinned Locked Moved Web Development
sysadminhelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Spoks_ST
    wrote on last edited by
    #1

    I have custom usercontrol with two events. First event triggers updatepanel changes (works fine). Second event must reload entire page. <ucs:ucMM ID="ucMMa" runat="server" OnLogOut="OnLogOut" OnClick="OnMMClick" /> <asp:UpdatePanel ID="upMain" runat="server" ChildrenAsTriggers="False" EnableViewState="False" RenderMode="Inline" UpdateMode="Conditional"> <Triggers> <asp:AsyncPostBackTrigger ControlID="ucMMa" EventName="Click" /> </Triggers> ---------- (if this is set to simple postback all works fine, but i need async here) <ContentTemplate> <asp:MultiView runat="server" ActiveViewIndex="0" ID="mvMain"> <asp:View ID="View3" runat="server">aa</asp:View> <asp:View ID="View4" runat="server">bb</asp:View> <asp:View ID="View5" runat="server">cc</asp:View> <asp:View ID="View6" runat="server">vv</asp:View> </asp:MultiView> </ContentTemplate> </asp:UpdatePanel>

    It`s nothing to wory before something happen and when it happents it`s alredy to late to wory! :)

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups