J
John Carnahan
How would I accomplish the following ?
Navigate to a bookmark on a page from a routine in the code behind.
---- html code
bookmark1 (someplace on the page... is this an htmlanchor?)
?? how do I define the bookmark??
bookmark2 (somwhere else down the page)
-----
--- Code behind file
Sub GotoBookmark(byVal myBookmark As String)
' what goes here ??
?? NavigateToBookmark(myBookMark) ????
End Sub
Navigate to a bookmark on a page from a routine in the code behind.
---- html code
bookmark1 (someplace on the page... is this an htmlanchor?)
?? how do I define the bookmark??
bookmark2 (somwhere else down the page)
-----
--- Code behind file
Sub GotoBookmark(byVal myBookmark As String)
' what goes here ??
?? NavigateToBookmark(myBookMark) ????
End Sub