Any help will be greatly appreciated!
I found a couple examples in VB.Net. The only examples I’ve found in C# are petty complex and convoluted in both the ASP.Net code and the .cs code. I wouldn’t imagine it should be that much different that VB.
I'm assuming that you have a DataSource set against the dataGrid - a DataTable or DataView.
It should just be a simple case of adding a DataRow to the DataTable or adding a DataRowView to a DataView - the nesly added row will then be seen in the grid.
I hope that the answer is as simple as this for you.
Steve
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.