modalpopupextender and commas appearing in my textbox asp.net

后端 未结 15 591
失恋的感觉
失恋的感觉 2020-12-24 05:07

Some weird stuff is happening, I am converting an application that used to use javascript to open another web page in a tiny window for data input to use a ModalPopupExtende

15条回答
  •  一整个雨季
    2020-12-24 05:59

    I had the same problem with previous values coming back comma separated. It seemed that my ok button was inside the update panel and I had it in the triggers section aswell. Removing the button from the triggers section of the updatepanel solved the problem.

    best regards - Tobias

提交回复
热议问题