Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个从数据库获取数据的选框。每次我浏览页面或刷新选框时,都会从开始位置开始。(页面最右侧)。有什么办法不开始选框吗?
您只能在第一次页面加载时获得品牌
if (!IsPostBack) { //Call you method here which can get data on page load, in a page load method }