AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Supporting Complex Types in Property Window : Bipin Joshi

Tuesday, July 22 2008

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...

Read More:
Supporting Complex Types in Property Window : Bipin Joshi
Also See:
Build a SqlSitemapProvider Treeview Navigation Control with SqlCacheDependency : Peter Bromberg
Implementing a ICallbackEventHandler in ASP.NET 2.0 : Ashish Sarda
Store View State in a Persistent Medium, the Proper Way : Bilal Haidar
The 30 Minute Regex Tutorial : Jim Hollenhorst
Binding Objects to DataGrid : CodeGod

Post your comment

Comment