hey ,
i need some help , i don't know how to use the custom type , i create class that just like the custom datatype in the msdn .... bas i don't know how to use it ..
this class contains the properties , parseXML , writeXML ...
also when i regiter the type id i have an error
ItemTypeManager.RegisterTypeHandler(new Guid("a5033c9d-08cf-4204-9bd3-cb412ce39fc0"), typeof( CustomType), true)
error in Typeof(customtype) "custom type is type that can't be used as exception "
i don't know where to use the custom time and where to regiter it in the same class or in the page that use ...
thanx for help
best regards