As a beginner in the world of development, I recently embarked on creating a basic ASP.NET application. Within this project, I've utilized Bootstrap tabs that contain ASP labels and textboxes. My goal is to have the first textbox within the tab content automatically focused when the respective tab is clicked. Despite my efforts to search for solutions online, most examples cater to input fields (e.g. input type="text") rather than ASP textboxes. Any guidance or advice would be greatly appreciated. Thank you.