ExpandableObjectConverter

S

stefano mostarda

Hi There,

I have a problem.

I have developed a customcontrol in c#.

I have a property composed by 3 sub-property. I have implemented an
expandableobjectconverter and everything works fine.

The problem is that every time I change this property, using property
window, and switch to html view no changes have been posted to html code. If
I change the control code in html view and switch to page view all changes I
made are transferred to control property.

Any Idea???

Thanks in advance

Stefano Mostarda
Rome Italy
 
N

Nigil LaVey

hi guys,

I am having this problems too... if I inherits it from
System.Web.UI.WebControl.WebControls.. it works fine.. but if I inherits it
from System.Web.UI.Control. I am unable to edit those property via ".aspx
"page and all those Nested Class Property will be gone also.

for source code reference.please go to the following links.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;324301

try to run that sample and change the inherit class
"System.Web.UI.WebControls.WebControl
" to "System.Web.UI.Control"

[DefaultProperty("EmployeeInfo"),
ToolboxData("<{0}:EmployeeControl runat=server></{0}:EmployeeControl>")]
public class EmployeeControl: System.Web.UI.Control

so did u manage to solve it?

please advise,
Nigil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top