Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Modal behaviour of form

Reply
Thread Tools

Modal behaviour of form

 
 
Smith John
Guest
Posts: n/a
 
      01-30-2004
Questions is related to ASP.Net (in VB.Net).
How to replicate the modal behaviour of desktop application in ASP.Net
application.
Thanks,
Smith John


 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      01-30-2004
you could use the windows.showModalDialog() javascript call, but it has
limited functionality.
I usually just go to another page, get the input, then redirect back passing
in the info.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


"Smith John" <> wrote in message
news:...
> Questions is related to ASP.Net (in VB.Net).
> How to replicate the modal behaviour of desktop application in ASP.Net
> application.
> Thanks,
> Smith John
>
>



 
Reply With Quote
 
 
 
 
Peter Morris [Droopy Eyes Software]
Guest
Posts: n/a
 
      02-01-2004
> I usually just go to another page, get the input, then redirect back
passing
> in the info.


At this point, how would the opened window tell the opener to submit and
perform specific processing? Eg

1) Window has a "Customer" lookup. It is a hidden CustomerID + a label
showing the customer name.
2) User clicks the "Search" button next to the Customer Name label.
3) Popup window opens, they select a customer etc.
4) In the popup the user clicks OK.
5) The popup sets the CustomerID in the form of the original window
6) At this point I would need the original window to refresh with the new
CustomerID + lookup the new customer name.

#6 is where I would get stuck, the page would need to know it IsPostBack +
know which specific code to execute (as if a button had been clicked).


--
Pete
=============
http://www.DroopyEyes.com - Delphi source code
Audio compression components, Fast Strings, DIB Controls

Read or write article on just about anything
http://www.HowToDoThings.com



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening modal page from modal page Don ASP .Net 0 05-27-2008 11:49 PM
Modal and non modal in same app Leila Java 0 04-26-2005 09:48 PM
How to close a parent modal window when child modal window opens? gopal srinivasan Javascript 0 11-05-2004 05:59 AM
post the form data in modal window and close the modal window. Matt HTML 1 06-01-2004 08:22 PM
post the form data in modal window and close the modal window. Matt Javascript 0 06-01-2004 07:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57