October 2005 - Posts

DatakeyNames for ASPNET 2.0
Published 10-22-2005 1:58 AM | jokiz
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...
Filed under: , , ,
StringBuilder.Length property is not readonly
Published 10-07-2005 2:03 PM | jokiz
For your information, the StringBuilder 's Length property is not readonly just like the String class. It has a mutator (set counterpart) where you can set the underlying string's length which can either truncate the underlying string or pad it with spaces...
Filed under: ,