Ask a Question related to ASP.NET General, Design and Development.
-
Paul J #1
Re: Adding rows to a Datagrid
Jason,
Thanks for the reply. Yes... it would be possible... but I also don't
want to commit deletes/changes to the child records until they are
done editing the entire form either.
Currently, the path I took was to serializing/de-serializing the
dataset on submits using XML diff-grams and storing it in the page's
view state as they insert or delete rows in it. It seems to be
working pretty well and isn't a whole lot of code.
I'd welcome any comments on this... or I'd post how I'm doing this if
anyone thinks it would help them out.
- PJ
Paul J Guest
-
ASP.NET 2 GridView: Adding rows
Hi How can I programatically add rows and then edit cells in C# for the ASP.NET 2 GridView? I want to create a table basically where I can... -
Adding extra rows to a DataGrid?
Hi everyone, I'm using a DataGrid to show records from a SQL query. The problem is, I'd really like to have two "extra" rows for every one... -
adding rows
In my DataGrid I need to have two rows of data for every bound record. I have successfully achieved this by adding datagrid items and cells through... -
Adding rows to DataGrid across multiple PostBacks
Hey all, I am very new to ASP.Net (and .Net in general), but that isn't stopping the boss from wanting to begin new projects in it. This latest... -
Dynamically adding different controls to different rows in DataGrid does not work
Hi! I've got a datagrid which I dynamically want to add controls to, and the type of control depends on user rights for the item shown in the...



Reply With Quote

