TextBox_changed event not fired ?????

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

Guest

Dear all,

On a web page I have a series of Textbox object.
All of them have PostBack=false.

When I click on Submit button, only the TextBox_changed event of the first
object is trigged not the others ????

Any idea why ?

regards
serge
 
The one that is being triggered..... what does it do? It's not doing a
Server.transfer or anything like that is it? I'm just wondering if this
event is stopping the others. What happens if you remove the event from this
one?
 
HI, I solve it but sounds strange.

At first I have place all this text box from top to bottom.
Then was working fine and cached event was triggering properly on the order
text box was initialy placed.

Then as a matter of better look and feel, I move text box on my page at
position that's best fit my need. At that time only the event of the text box
that I did not moved was trigged.

What I have done, then I double click on eaxh text box, to attach it somehow
on its original event procedure, what it does.

After this all events was triggering properly

Strange behviour
regards
serge
 
Back
Top