Textbox postback issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a textbox in my webpage where its postback property is set to true
and some code in textbox_changed.
when I first load the page and fire the Change event in the textbox fire OK,
BUT when I fire the event for the second time; nothing happened and the event
doesn't fire!!?


Cheers.
 
I have a textbox in my webpage where its postback property is set to true
and some code in textbox_changed.
when I first load the page and fire the Change event in the textbox fire
OK,
BUT when I fire the event for the second time; nothing happened and the
event
doesn't fire!!?

You'll get a much quicker resolution if you show us your code...
 
Hi,

I have a textbox in my webpage where its postback property is set to true
and some code in textbox_changed.
when I first load the page and fire the Change event in the textbox fire OK,
BUT when I fire the event for the second time; nothing happened and the event
doesn't fire!!?

Cheers.

when I fire the event ... the event doesn't fire!!?

So, how do you do that? :-)
 
Back
Top