HighTechTalks DotNet Forums  

Subclassed Wizard Control Doesn't Pass Through Design Time Behavior

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Subclassed Wizard Control Doesn't Pass Through Design Time Behavior in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Mark Olbert
 
Posts: n/a

Default Subclassed Wizard Control Doesn't Pass Through Design Time Behavior - 02-14-2007 , 01:28 PM






I wrote a customized derivation of the Wizard control, which works fine at runtime, but doesn't behave properly at design-time.
Specifically, when I click on the links for the individual steps at design time, the display doesn't update to let me see (and edit)
the controls contained in that particular step. Instead, the display stays locked on whatever the first step of the wizard is.

I thought this might be because I needed to decorate my derived class with [Designer(typeof(WizardDesigner))], but that didn't solve
the problem.

How do I "pass through" the design-time behavior of a webcontrol in a derived web control?

- Mark

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.