Feeds
1191 items (1191 unread) in 13 feeds
PHP
(82 unread)
«
Expand/Collapse
ASP.NET Daily Articles
-
-
Whenever you set any property of a control in the property window, the property window needs to save this property value in the .aspx file. This process is known as code serialization. For properties that are of simple types (such as integer and string) this code serialization happens automatically. However, when property data types are user defined complex types then you need to do that work yourself. This is done via what is called as Type Converters. This article is going to examine what type converters are and how to create one for your custom control.