S
sivagururaja
Dear All,
Im using ASP.NET 2.0 with C#.
In my aspx page, i have one HTML Table.
Using the javascript i add the rows dynamically.
1.What my problem is how can i access those controls.
When i click the submit button, i lose all those rows that were
added dynamically.
How can i persist those rows and how can i access the controls.
2.Also 'm using many checkboxes in cell2 of each row.
I want to manipulate whether it's checked or not. So i count the
number of checkboxes and loop through all the controls,
so that i validate whether it's checked or not. How can i count the
controls. Is there any syntax in Javascript like this
Cell2.Controls.Count ?
Help me to over come this problem...
Thanks a lot.
Regards
Raja.
Im using ASP.NET 2.0 with C#.
In my aspx page, i have one HTML Table.
Using the javascript i add the rows dynamically.
1.What my problem is how can i access those controls.
When i click the submit button, i lose all those rows that were
added dynamically.
How can i persist those rows and how can i access the controls.
2.Also 'm using many checkboxes in cell2 of each row.
I want to manipulate whether it's checked or not. So i count the
number of checkboxes and loop through all the controls,
so that i validate whether it's checked or not. How can i count the
controls. Is there any syntax in Javascript like this
Cell2.Controls.Count ?
Help me to over come this problem...
Thanks a lot.
Regards
Raja.