G
Guest
I used the textchanged event of textbox and set the autopostback property to
true. The textchanged event should fire when the content of the textbox is
changed and user tab out of the textbox control. However, textchanged event
fires whenever there is a postback, even when I click a button that send
postback. Can anybody tell we what change I should make so that textchanged
event only fire when the content is changed?
true. The textchanged event should fire when the content of the textbox is
changed and user tab out of the textbox control. However, textchanged event
fires whenever there is a postback, even when I click a button that send
postback. Can anybody tell we what change I should make so that textchanged
event only fire when the content is changed?