Ok I have a datagrid on my page and I want to add a row of data to it during runtime. Any ideas?
Printable View
Ok I have a datagrid on my page and I want to add a row of data to it during runtime. Any ideas?
I'd do it by adding the row to the data source and then rebinding...
I did this by showing the footer of the data grid. Check out this article: http://aspnet.4guysfromrolla.com/articles/021203-1.aspx