weird Ajax ComboBox drop down list

后端 未结 2 1190
遇见更好的自我
遇见更好的自我 2021-01-14 04:33

I\'ve got combobox inside some panel :



        
2条回答
  •  春和景丽
    2021-01-14 05:22

    i am seeing a lot of texts like

    Контрактный час
                                        : 
    

    , every where in your form. So i need to know, are you using some sort of encoding , that is, is this placed by you or came unexpectedly. If you havent placed it, remove all unneccessary such lines and use plain text instead (if required). Then check the layout.

    Also in your image, i can see , ur language is russian(if i am right :)). So try using your localized font that is direcly supported by aspx as we use english or better use resource file instead of the hardcoded text on the page. As per my view the language conversion is creating such issue.

提交回复
热议问题