making popup

  • Thread starter Thread starter amalmraj
  • Start date Start date
A

amalmraj

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 person> then 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
 
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 person> then 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:

http://asp.net/AJAX/AjaxControlToolkit/Samples/ModalPopup/ModalPopup.aspx

And here's some training videos that might help:

http://www.asp.net/learn/ajax-videos/

Thanks,

Seth Rowe
 
Back
Top