i have a databound GridView in asp.net 2.0 with a row-selection link. When a row is selected, I want to programmatically add a table row below the selected row, in order to nest another grid et al.
I am researching this for a client and for an article, and i think my google-fu is not strong tonight. Any suggestions?
EDIT: I actually had a working solution but Visual Studio was nutted up somehow; closing and re-opening VS and rebuilding everything fixed the problem ;-)
My solution is posted below, please tell me how to make it better if possible. Thanks!