Bookmark

  • Thread starter Thread starter Jim McGivney
  • Start date Start date
J

Jim McGivney

In C# code - I need to reposition a page to a bookmark on the same page
named "Base".

I use: Response.Redirect("~/Default.aspx#Base");

This works.
Is there a better way ?
Thanks,
Jim
 
Take a look at the DefaultFocus property of the Form object in your page.
That might be something you can use.
 

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