WebPart

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arnab das

    WebPart

    I am working in asp.net webpart.I want to show the delete warning
    message in a modal popup.
    How can I achieve this?
  • Michael Nemtsev [MVP]

    #2
    Re: WebPart

    Hello Arnab,

    How would you did this without webpart?! the same way

    I'd recommend to use Modal Popup from AJAX toolkits

    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    AdI am working in asp.net webpart.I want to show the delete warning
    Admessage in a modal popup.
    AdHow can I achieve this?


    Comment

    • Arnab das

      #3
      Re: WebPart

      On Mar 26, 11:31 am, Michael Nemtsev [MVP] <nemt...@msn.co mwrote:
      Hello Arnab,
      >
      How would you did this without webpart?! the same way
      >
      I'd recommend to use Modal Popup from AJAX toolkits
      >
      ---
      WBR,
      Michael  Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
      >
      "The greatest danger for most of us is not that our aim is too high and we
      miss it, but that it is too low and we reach it" (c) Michelangelo
      >
      AdI am working in asp.net webpart.I want to show the delete warning
      Admessage in a modal popup.
      AdHow can I achieve this?
      Yaa , I know the use of Modal Popup from AJAX toolkits.But in
      ModalPopup you have to give target controlid which corresponds to a
      button . In webpart how would i achieve this?

      Comment

      • Michael Nemtsev [MVP]

        #4
        Re: WebPart

        Hello Arnab,

        just store the Button.ControlI D and then refer to this control by enumerating
        all controls on the page

        ---
        WBR,
        Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

        "The greatest danger for most of us is not that our aim is too high and we
        miss it, but that it is too low and we reach it" (c) Michelangelo


        AdOn Mar 26, 11:31 am, Michael Nemtsev [MVP] <nemt...@msn.co mwrote:
        Ad>
        >Hello Arnab,
        >>
        >How would you did this without webpart?! the same way
        >>
        >I'd recommend to use Modal Popup from AJAX toolkits
        >>
        >---
        >WBR,
        >Michael Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
        >"The greatest danger for most of us is not that our aim is too high
        >and we miss it, but that it is too low and we reach it" (c)
        >Michelangelo
        >>
        >AdI am working in asp.net webpart.I want to show the delete warning
        >Admessage in a modal popup.
        >AdHow can I achieve this?
        AdYaa , I know the use of Modal Popup from AJAX toolkits.But in
        AdModalPopup you have to give target controlid which corresponds to a
        Adbutton . In webpart how would i achieve this?
        Ad>


        Comment

        • Arnab das

          #5
          Re: WebPart

          On Mar 26, 11:56 am, Michael Nemtsev [MVP] <nemt...@msn.co mwrote:
          Hello Arnab,
          >
          just store the Button.ControlI D and then refer to this control by enumerating
          all controls on the page
          >
          ---
          WBR,
          Michael  Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
          >
          "The greatest danger for most of us is not that our aim is too high and we
          miss it, but that it is too low and we reach it" (c) Michelangelo
          >
          AdOn Mar 26, 11:31 am, Michael Nemtsev [MVP] <nemt...@msn.co mwrote:
          Ad>
          >
          >
          >
          Hello Arnab,
          >
          How would you did this without webpart?! the same way
          >
          I'd recommend to use Modal Popup from AJAX toolkits
          >
          ---
          WBR,
          Michael  Nemtsev [.NET/C# MVP] :: blog:http://spaces.live.com/laflour
          "The greatest danger for most of us is not that our aim is too high
          and we miss it, but that it is too low and we reach it" (c)
          Michelangelo
          >
          AdI am working in asp.net webpart.I want to show the delete warning
          Admessage in a modal popup.
          AdHow can I achieve this?
          >
          AdYaa , I know the use of Modal Popup from AJAX toolkits.But in
          AdModalPopup you have to give target controlid which corresponds to a
          Adbutton . In  webpart how would i achieve  this?
          Ad>- Hide quoted text -
          >
          - Show quoted text -
          In webpart there is no such button for deleting.
          I have just added a webpart manager ,and webpart zone.

          Comment

          Working...