in

ASP.NET Weblogs

Andy Smith's Blog

Page.RegisterStartupScript('Andy', 'MetaBuilders_WebControls_GainKnowledge();');

NineGridBrush web control

What with people chatting about Avalon's NineGridBrush, and then today a request for the effect on a webapplication I manage, I've been thinking about how one could make this with a simple web control... I've come to the conclusion that, with v1 of asp.net, while it's technically possible to get runtime execution working via jumping thru a few hoops, the designtime experience that you want, just isn't really possible.

However, with Whidbey, this control would definitely be doable. For runtime, it's all about the DynamicImage control. Take the single image that the developer specifies, and dynamicly chop it up into 9 bitesize pieces. At design time, it's about combining great new control designer features like editable, clickable regions and GDI drawing.

My mind races when I think about cool stuff like this.

Comments

 

Adam Kinney said:

Yes, run with it Andy! Bring the power of Avalon to applications of today...or at least the day that Whidbey comes out ;)

The nine grid idea is definitely something I have done in HTML by hand, but having it as a control during design time would be awesome.
December 15, 2003 11:39 PM
 

Fabrice said:

No design-time support, but my StyledPanel WebControl looks similar:
http://weblogs.asp.net/fmarguerie/posts/36927.aspx
December 17, 2003 9:01 AM

Leave a Comment

(required)  
(optional)
(required)  
Add