PC Review


Reply
Thread Tools Rate Thread

Programmatically navigate to page url

 
 
Monty
Guest
Posts: n/a
 
      3rd Apr 2006
Hi, I need to open a page filtered to a certain employee. I plan to do this
by programmatically opening the page. How do I do this?
I tried the following...

If GriEmployee.SelectedIndex = 1 then
NavigateURL = "~/PatientEntry.aspx"
End if 'something like this... but it doesn't work.

Thank you, Mark


 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      3rd Apr 2006
I think you need Response.Redirect("~/PatientEntry.aspx")


"Monty" <(E-Mail Removed)> wrote in message
news:mgYXf.2032$(E-Mail Removed)...
> Hi, I need to open a page filtered to a certain employee. I plan to do
> this
> by programmatically opening the page. How do I do this?
> I tried the following...
>
> If GriEmployee.SelectedIndex = 1 then
> NavigateURL = "~/PatientEntry.aspx"
> End if 'something like this... but it doesn't work.
>
> Thank you, Mark
>
>



 
Reply With Quote
 
Monty
Guest
Posts: n/a
 
      3rd Apr 2006
Alexey, that was fantastic, it worked like a dream ---- Thank you!

Mark


"Alexey Smirnov" <removeit.hello_at_smalig.com> wrote in message
news:(E-Mail Removed)...
>I think you need Response.Redirect("~/PatientEntry.aspx")
>
>
> "Monty" <(E-Mail Removed)> wrote in message
> news:mgYXf.2032$(E-Mail Removed)...
>> Hi, I need to open a page filtered to a certain employee. I plan to do
>> this
>> by programmatically opening the page. How do I do this?
>> I tried the following...
>>
>> If GriEmployee.SelectedIndex = 1 then
>> NavigateURL = "~/PatientEntry.aspx"
>> End if 'something like this... but it doesn't work.
>>
>> Thank you, Mark
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
programmatically navigate websites Tina Microsoft ASP .NET 2 22nd Oct 2008 12:21 PM
can't navigate to any page in IE 6 =?Utf-8?B?SmFja2llIEQ=?= Windows XP Internet Explorer 2 10th Apr 2007 11:36 PM
FP 2002 - Can't navigate from page to page - Thumbnails do not enlarge when clicked Helen Microsoft Frontpage 5 12th Sep 2004 07:49 PM
are you sure you want to navigate away from this page Debra Windows XP Internet Explorer 2 2nd Aug 2004 11:19 PM
Page.Navigate anonymous Microsoft ASP .NET 1 27th Nov 2003 05:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:50 AM.