Steve
|
| Posted: 09/12/2004, 6:11 PM |
|
Hi,
I am trying to put 2 editable grids on one page. I pass parameters from one to the other. But whenever i put two of them on the same page only one will save information.
I have written it in asp.
Any ideas???
Thanks Steve
|
|
|
 |
Sudheer
|
| Posted: 09/24/2004, 5:23 AM |
|
Hi Steve,
Can your problem be understand like this:
When you click on the submit buton of one editable grid, the second editable grid on the same page should also get updated.
If I am right in my understanding, then you can accomplish this by replicating the actions of the second grid's submit button on the first grid's button.
ie After the modification, the submit buttons of both the girds will contain same code, resulting in the actions being carried out on the two grids simultaneously.
Please let me know how far this helped you.
-Sudheer
sudheer.yakkala@gmail.com
|
|
|
 |
|