How to update a control outside of an updatepanel?

前端 未结 3 854
心在旅途
心在旅途 2021-01-06 02:25

I am going to show some text in a TextBox, which is located outside of an updatepanel, after checking a CheckBox but I cannot make it work. please help me out ?

Here

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 02:37

    The textbox has to be in update panel also.

    *Edit:

    I am sorry I didn't read your question properly. Perhaps write a javascript function, and call the function from codebehind?

提交回复
热议问题