O
Oleg Ogurok
Hi all,
I'd like to create a DataGrid-like control that lets a user add a row with a
javscript (DOM), without a postback. Then later a user can submit the whole
form back to the server.
As far as I know, ASP.NET doesn't support this kind of behavior. I think
during the postback, newly added controls might confuse the parsing engine.
But even if it doesn't, how would I get the values from those new controls?
Thanks,
Oleg.
I'd like to create a DataGrid-like control that lets a user add a row with a
javscript (DOM), without a postback. Then later a user can submit the whole
form back to the server.
As far as I know, ASP.NET doesn't support this kind of behavior. I think
during the postback, newly added controls might confuse the parsing engine.
But even if it doesn't, how would I get the values from those new controls?
Thanks,
Oleg.