开发者

Textbox Textchanged event

开发者 https://www.devze.com 2023-03-19 12:09 出处:网络
This is with reference to开发者_如何学运维 .Net Framework 3.5. How does a Textbox Server Control raises TextChanged Event through IPostbackdata handler.

This is with reference to开发者_如何学运维 .Net Framework 3.5.

How does a Textbox Server Control raises TextChanged Event through IPostbackdata handler.

Does it uses viewstate internally to store previous value?.

Thanks in advance.


A detailed answer to your question is here: When TextBox TextChanged event is fired?

ViewState is required, see the MSDN TextBox.TextChanged documentation:

A TextBox control must persist some values between posts to the server for this event to work correctly. Be sure that view state is enabled for this control.

0

精彩评论

暂无评论...
验证码 换一张
取 消