Hi EvaDav,
You should be able to serialize the NI (form) controls in Visual Studio 2008.
Please see
here and
here.
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 🙂