Consider the following code:
GoTo Label2 ... [content here] ... More content
Using javascript:
window.location.href = '#label2';
If you need to do it from the server/code behind, you can just emit this Javascript and register it as a startup script for that page.