Re: Response.Redirect
- From: "dew" <dew@xxxxxxxxx>
- Date: Fri, 20 Jan 2006 12:58:39 -0700
Thanks. I have the javascript that works in a menu control, but how would I
do that in the code behind (vb)? What I have is a button that gathers
search criteria (if any), then in page pre_render it calls the methods that
will search for data and return whether there is data, no data, or a certain
number of records. That is where I need to launch the results in a search
window if there is a certain number of records. How would I do that?
window.open('frmActiveRecords.aspx?idx=12345','_search')
"Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx> wrote in message
news:%23aeBIgfHGHA.1032@xxxxxxxxxxxxxxxxxxxxxxx
> You cannot. You have to emit the correct JavaScript so the browser will
> open a new window and navigate.
>
> "dew" <dew@xxxxxxxxx> wrote in message
> news:OqpMAUfHGHA.140@xxxxxxxxxxxxxxxxxxxxxxx
>> How can I do a response.Redirect and have it create a new window,
>> preferrably the _search as the target. Thank you for your help.
>>
>
>
.
- References:
- Response.Redirect
- From: dew
- Re: Response.Redirect
- From: Peter Rilling
- Response.Redirect
- Prev by Date: Gridview inside Detailsview?
- Next by Date: Re: Development in IIS or on file system
- Previous by thread: Re: Response.Redirect
- Next by thread: Re: Response.Redirect
- Index(es):