TextBox_changed event not fired ?????

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
 
W

William Buchanan

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?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top