ModalPopupExtender

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

    ModalPopupExtender

    HI,

    I'd like to use the ModalPopupExten der, part of the Ajax Toolkit
    (http://ajax.asp.net/ajaxtoolkit/).

    It looks like the project has been included in the .Net 3.5 SP1 /VS
    2008 SP1 upgrade. So I'm a bit confused, since I can't find the
    ModalPopupExten der. Is it part of the framework now? If not, where
    do I get the assembly the control is located in, and what's the best
    way to get it installed?

    Thanks
    Andy
  • George

    #2
    Re: ModalPopupExten der

    "Andy" <andyj@med-associates.comw rote in message
    news:e541b23a-572e-48bb-b279-a8fffce6f9d0@f3 6g2000hsa.googl egroups.com...
    HI,
    >
    I'd like to use the ModalPopupExten der, part of the Ajax Toolkit
    (http://ajax.asp.net/ajaxtoolkit/).
    >
    It looks like the project has been included in the .Net 3.5 SP1 /VS
    2008 SP1 upgrade. So I'm a bit confused, since I can't find the
    ModalPopupExten der. Is it part of the framework now? If not, where
    do I get the assembly the control is located in, and what's the best
    way to get it installed?
    >
    Thanks
    Andy

    you need to add reference to AJAX Control Toolkit.
    You can download it from here
    Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.

    It suppose to be automaticly included in VS 2008. but not sure why you
    missing it.

    George

    Comment

    • Andy

      #3
      Re: ModalPopupExten der

      Hmm... I do see System.Web.Exte nsions in my list of .Net references,
      but no ModalPopupExten der. Is there another assembly it's in? Maybe
      I'm not looking for the right assembly to reference.

      On Aug 21, 5:04 pm, "George" <noem...@comcas t.netwrote:
      you need to add reference to AJAX Control Toolkit.
      You can download it from herehttp://www.asp.net/ajax/downloads/
      It suppose to be automaticly included in VS 2008. but not sure why you
      missing it.

      Comment

      Working...