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!
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!