How to fill an asp:DropDown client side?

后端 未结 5 907
梦如初夏
梦如初夏 2020-12-20 15:40

i have a web-page with two controls:

\"enter

5条回答
  •  再見小時候
    2020-12-20 16:04

    Related to Attempt#1 to solve the problem of the page position you can try using this in the aspx page header

    <%@ Page MaintainScrollPositionOnPostback="true" %>
    

    and register a javascript in the cbCountry_SelectedIndexChanged method to set focus at the state combobox.

提交回复
热议问题