I want to go to a specific position in the page when the user clicks on a specific button.
I am using asp.net 2.0

Recommended Answers

All 3 Replies

whats the position u want to go in the page.U can use focus to make the position to be focusses.Please be more specific in u r query.

I want to go to a specific TextBox in the page.

txtid.Focus();
WHERE tstid is the name of the textbox
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.