06-27-2008 06:20 AM
07-01-2008
04:03 AM
- last edited on
03-02-2026
03:22 PM
by
Content Cleaner
Hi EvaDav,
You should be able to serialize the NI (form) controls in Visual Studio 2008.
To check a control for the ability to apply serialization, please use code similar to this:
If Not Obj Is Nothing Then
If Obj.GetType().IsSerializable Then
However I am not sure you can serialize web controls. What web controls are you using?
Regards
JamesC
NIUK and Ireland
It only takes a second to rate an answer 🙂