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
>>
>>
>
>
|