Ask a Question related to ASP.NET General, Design and Development.
-
Khoi Pham #1
Designer Serialization Problem
I've written a custom web control that exposes two panel controls as inner
properties. I can add content in html and then have everything render
correctly when I switch designer mode in visual studio. However, when I
switch back to Html view, the inner content is deleted entirely.
I've added the following attribute to the property but, this doesn't have
any affect..
[ DesignerSerializationVisibility(DesignerSerializat ionVisibility.Content)]
Could anyone please provide insite?
Thanks,
-Khoi
Khoi Pham Guest
-
#39635 [NEW]: Better control for serialization (keyword for permit property serialization)
From: t dot prochazka at centrum dot cz Operating system: all PHP version: 5CVS-2006-11-26 (CVS) PHP Bug Type: Feature/Change... -
Serialization/Deserialization problem
Hi all, I have a winforms app (app1), a webservice (ws1) and a webpage (wp1). The webservice exposes a type (type1). When I generate a proxy (px1)... -
Type Descriptors, Converters and designer serialization
(Type your message here) Hi ive built a custom menubar control that uses a strongly typedHashtable to store the colours needed to paint the... -
avoiding XML serialization, different WSDL generation, soap serialization
Hello, I think my problem is interesting for most of developers who wish to exchange actual business entities with webservices, not just xml... -
Serialization problem
Hi, I'm trying to write a WebService to transfer an object graph to a Client application, serializing it by SOAP. The problem is that my graph has...



Reply With Quote

