G
gouri.misra
Hi,
Seems i have an error and i cant find a way around it.
Using firefox whenever i try to assign the value from a grid to a
textbox using:
contrTxtName.value =
eval("contrDgProductGroups.rows[1].cells[1]."+textValue);
where textValue = textContent when the browser type is firefox.
what happens is the value comes something like--
/n myText /n
...
I am not able to understand why this happens even though the date saved
in the Database is sane.
Please help
Seems i have an error and i cant find a way around it.
Using firefox whenever i try to assign the value from a grid to a
textbox using:
contrTxtName.value =
eval("contrDgProductGroups.rows[1].cells[1]."+textValue);
where textValue = textContent when the browser type is firefox.
what happens is the value comes something like--
/n myText /n
...
I am not able to understand why this happens even though the date saved
in the Database is sane.
Please help