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. Problem in ASP.NET AJAX ModalPopupExtender

Problem in ASP.NET AJAX ModalPopupExtender

Scheduled Pinned Locked Moved Web Development
csharpasp-netsysadminarchitecturehelp
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
    Syed Ali Raza
    wrote on last edited by
    #1

    Hi i m using AJAX ModalPopupExtender and below is the code for this. i want that when i click on the Ok Button of ModalPopupExtender it should call the Click EVENT which is written in my asp.net source file but it does not do my defined fucntionality. what I have to do for this purpose? <asp:UpdatePanel ID="UpdatePanel4" runat="server"> <ContentTemplate>  <asp:LinkButton ID="LinkButton2" runat="server">Details ...</asp:LinkButton>  <cc1:ModalPopupExtender ID="MPE" runat="server" BackgroundCssClass="modalBackground" CancelControlID="CancelButton" DropShadow="false" OkControlID="OkButton" OnOkScript="onOk()" PopupControlID="Panel2" PopupDragHandleControlID="Panel2" TargetControlID="LinkButton2" X="100" Y="100"> </cc1:ModalPopupExtender> <asp:Panel ID="Panel2" runat="server" Height="83px" Width="464px"> <asp:TextBox ID="TextBox3" runat="server" BackColor="SteelBlue" BorderColor="MediumBlue" BorderStyle="Solid" ForeColor="ActiveCaptionText" Height="150px" TextMode="MultiLine" ValidationGroup="Ok" Width="452px"></asp:TextBox><br /> <asp:Button ID="OkButton" runat="server" Text="Ok" Width="76px" OnClick="OkButton_Click"/> <asp:Button ID="CancelButton" runat="server" Text="Cancel" /> </asp:Panel>      </ContentTemplate> </asp:UpdatePanel> Regards

    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