ASP.NET 2.0 GridView comes with DataKeyNames property as part of its improved security. It is the equivalent of using DataKeyField in ASPNET 1.0 to store the PKID used in databinding. Data will be saved as part of the grid's viewstate and is therefore not readily available to the client browsers as text.
My big question is how do we store the complex/clustered keys for the current DataGrid of ASPNET 1.0? Is the deprecated practice of having hidden/invisible boundcolumns the only way? I've been asking this question in the forums and newsgroups and got no replies until now.
Posted
Oct 22 2005, 01:58 AM
by
jokiz