Re: Search Window

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Jerry Camel (rlrcstr_at_msn.com)
Date: 02/18/04


Date: Wed, 18 Feb 2004 15:54:10 -0500

What about using DHTML dialogs? That seems to work just fine for poppoing
up the window. Now I just have to figure out how to get the returned value
into my code behind module... Any thoughts?

Jerry

"Kevin Spencer" <kevin@takempis.com> wrote in message
news:uX5GLwl9DHA.2524@TK2MSFTNGP11.phx.gbl...
> The only way to create a popup window is to use client-side JavaScript.
The
> function is window.open() and you can add the script to the page using
> Page.RegisterStartupScript() during a PostBack, so that the window opens
> when the page comes back to the browser. You can find details on the
> window.open() method at:
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnproasp/html/windowobjectmethods.asp
>
> --
> HTH,
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> Big things are made up
> of lots of little things.
>
> "Jerry Camel" <rlrcstr@msn.com> wrote in message
> news:OBOyvRl9DHA.2644@TK2MSFTNGP11.phx.gbl...
> > I've got a web form that requires a list of user names. I'd like to
have
> a
> > search form that allows a person to lookup a network user name by
> specifying
> > a first or last name. I can dot he code for the AD lookup, but how can
I
> > pop-up a search window from the web form and have the results sent back
to
> > the original page? Thanks.
> >
> > Jerry
> >
> >
>
>



Relevant Pages

  • Re: Saving data while closing a window
    ... It is unlikely that you will be able to invoke a postback when the window ... Now you might be able to hook the close event in JavaScript and ... >I am working on an ASP.NET web application, and need a web form to ... > can call a C# command from there, and also if it can call a C# command, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: save form data before submitting?
    ... go to File> New> Window or hit Ctrl + n. ... those should duplicate the current window. ... > web form all over again. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Search Window
    ... The only way to create a popup window is to use client-side JavaScript. ... > I've got a web form that requires a list of user names. ... > search form that allows a person to lookup a network user name by ... I can dot he code for the AD lookup, ...
    (microsoft.public.dotnet.framework.aspnet)
  • VS 2003 problem
    ... I have a simple project with one Web form. ... When I select any control on the form or add a new and show Properties ... Window of the selected control that Property Windows does not have ... but it looks like no dynamically attached event handlers are firing when I ...
    (microsoft.public.vsnet.ide)
  • Re: task-safe hash table?
    ... running on a multi-core cpu. ... Since a lookup in a hash table is, presumably, pretty fast, ... What about a window in which each task makes, say, n searches. ...
    (comp.lang.ada)