making popup

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amalmraj@gmail.com

    #1

    making popup

    Dears

    I making an web page that have a dropdown box and that have some
    names. also the first item is <New Person>. my need is if i select the
    <new personthen the new popup window should come over the page. for
    that i made a new pages with a text box and a ok button. this will
    come over page and when i enter the new name the that should update
    the old page. Here I have no idea to create the popup

    can any body help me. I am new for vb.net.

    thank you

    With love and regards
    Amalraj M

  • rowe_newsgroups

    #2
    Re: making popup

    On Oct 1, 6:32 am, amalm...@gmail. com wrote:
    Dears
    >
    I making an web page that have a dropdown box and that have some
    names. also the first item is <New Person>. my need is if i select the
    <new personthen the new popup window should come over the page. for
    that i made a new pages with a text box and a ok button. this will
    come over page and when i enter the new name the that should update
    the old page. Here I have no idea to create the popup
    >
    can any body help me. I am new for vb.net.
    >
    thank you
    >
    With love and regards
    Amalraj M
    True popups are difficult to use and interact with. In many cases
    browsers and other 3rd party software will immediately kill any popup
    windows. My recommendation is for you to check out the new ASP.NET
    AJAX framework which has a great toolkit that provides an html-popup
    control. I have used this control in many web site projects, and the
    user's seem to love the implementation. AFAIK this popup is the same
    one that is used by pageflakes.com both the first time you access
    their site and any subsequent logins.

    Here's the live demo:

    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.


    And here's some training videos that might help:

    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.


    Thanks,

    Seth Rowe

    Comment

    Working...