OnTextChanged only fires for some rows??

E

Eidolon

HELP!

I have a datagrid, and there are several textboxes in each row with an
ontextchanged attribute pointing to a server-side function. All well and
good.
Now that part that baffles me.......

In the first 40% of the rows, the textboxes dont work, but in the last rows
they do. For example, when i load the page, i have 12 rows, only the
textboxes in the last 5 rows actually fire OnTextChanged though. However all
of them DO perform a postback. Just the first ones never get around to
calling the OnChanged method i have.

Given a textBox with a (simplified) id of "myBox" I have checked the values
of
Request("myBox") and
CType(Me.FindControl("myBox"),TextBox).Text
and they ARE different. so the server does know that the value changed, but
for whatever reason, it refuses to fire the change event for the first 40%
rows.

Any ideas???
THANKS in advance, its driving me BaTtY!
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top