I have a form that has a table.
Like
- Code: Select all
th-> Select IP SubnetMask PSTN
tr-> radio 1.2.3.4 255.0.0.0 Enabled
tr-> radio 2.3.4.5 255.255.0.0 Disabled
tr-> radio 2.3.4.6 255.255.0.0 Disabled
tr-> radio 2.3.4.7 255.255.0.0 Disabled
tr-> radio 2.3.4.8 255.255.0.0 Disabled
When I click on submit button I want that the row selected by radio button should only get submitted.
Please suggest me a way to handle this situation.


