Hi,
I am facing a strange problem....
I have a datagrid in which has a few textboxes. 1 of these text boxes is un-editable (it is a computed value). The computations for that textbox have been done using javascript. In the asp page the value is taken using Find Controls.
The problem occuring is, the javascript calcuates the value and is displayed on the screen, but the same value is not passed to the vb page and hence the desired value is not sent to the database.
Also this error is not regularly occuring. It has occured only on a couple of occasions. The rest of the time, everything works as desired.
Please help......
Aniruddha