Programmatically navigate to page url

  • Thread starter Thread starter Monty
  • Start date Start date
M

Monty

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top