Posts Tagged ‘GridView’

ASP.NET & GridViews

Sunday, March 22nd, 2009

New POC i need to do at work again. Again using ASP.NET, C# because I can’t get the web admin to actually install the PHP extensions I would like to use (such as the ones for PDO).

Gridviews have to be use, so I get to coding them and coding the associated SQL Procedures. And then I got the usual errors when trying to update an element in one of my gridviews. The error is because the SelectParameters names and the UpdateParameters names did not match.

GridView Select & Update parameters needs to have the same names! (Well at least that solved the problem)