how to manage multiple forms under 1 grid? (problem in mozilla type browsers)
If I Use the tag "<form>" inside a grid (starting <form> on 1 cell, and ending it "</form>" few cell ahead on a row), when it is displayed under any mozilla type browser, the grid doesnt show any data inside of those cells!. It show everything outside the "<form>" tags, but just wher the form starts the cells are blank!
If I use the form tag outside the grid "<form> GRID HERE </form>", it works perfect, but it send all the data of each row of it, and i only need to process one row a time.
This is only problem under mozzila type browsers, under IE it show everithing and works perfect!.
Did someone has any idea to resolve this issue?, I would like to present my code to any browser, and do no limit the code to "IE Only".
Hope anyone can help!
Regards
If I use the form tag outside the grid "<form> GRID HERE </form>", it works perfect, but it send all the data of each row of it, and i only need to process one row a time.
This is only problem under mozzila type browsers, under IE it show everithing and works perfect!.
Did someone has any idea to resolve this issue?, I would like to present my code to any browser, and do no limit the code to "IE Only".
Hope anyone can help!
Regards
Roldan
July 27,