Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
ASP.NET Web Controls for the Yahoo! User Interface Library
travislaborde
follow
0
9-12-2007 7:51 AM
550 views
tags:
programming
,
asp.net
,
yui
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
Iranian men in scarves - a new protest tactic
Colour In Nature: Surprisingly Colourful Jellyfish
Killer Whale and Scientist Have a Snowball Fight
The Most Bizarre Old Photos - Major WTF (PICS)
Door Mats
New Disturbing Trend: Baby Wigs.
CLIMATE CHANGE IS NATURAL: 100 REASONS WHY
Copenhagen: Look to the Sea?
Makhounik Village - The Legendary Lilliput of Iran
Ancient Amazon civilisation laid bare by felled forest
visit the
Top Clips page
View the Top Clips from
September 12, 2007
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://www.clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/a865c155-a88a-465b-9d57-2ba8562b10b3/8336AA56-AC53-482C-9259-7908FA657DC2/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls.asp" href="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls.asp" style="font-size: 11px;">www.codeproject.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls.asp"><DIV>ASP.NET Web Controls for the Yahoo! User Interface Library</DIV></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls.asp"><DIV>Creating ASP.NET wrappers for YUI Javascript controls</DIV></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls.asp"><div align="center"><img src="http://content9.clipmarks.com/blog_cache/www.codeproject.com/img/AD7C8CF6-D4BA-4ADB-9A74-5D4998FB59D4" alt="Screenshot - YuiNet.png" /></div></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls.asp"><UL class="download"> <li style="margin-left:16px;padding-left: 0px;"><A href="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls/YuiNetDemoSite.zip">Download demo project- 55.7 KB</A> </LI> <li style="margin-left:16px;padding-left: 0px;"><A href="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls/YuiNetSource.zip">Download source - 44.2 KB</A> </LI> </UL></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.codeproject.com/aspnet/YahooInterfaceLibWebCtrls.asp"><H2>Introduction</H2> <P>The <A href="http://developer.yahoo.com/yui/">Yahoo! User Interface Library (YUI)</A> is a library of client-side Javascript controls that address a number of common scenarios such as calendar input, floating panels, and menus. The documentation on these controls is top-notch, so I won't spend too much time on the specifics of each control. In order to make these controls work well in an ASP.NET environment, it is a useful exercise to create custom web controls which can make it easy to drop these controls onto any ASP.NET page. Currently, the following YUI controls are supported: </p> <UL> <li style="margin-left:16px;padding-left: 0px;"><A target="_blank" href="http://developer.yahoo.com/yui/button/">Button</A> </LI> <li style="margin-left:16px;padding-left: 0px;"><A target="_blank" href="http://developer.yahoo.com/yui/calendar/">Calendar</A> </LI> <li style="margin-left:16px;padding-left: 0px;"><A target="_blank" href="http://developer.yahoo.com/yui/container/panel/">Panel</A> </LI> <li style="margin-left:16px;padding-left: 0px;"><A target="_blank" href="http://developer.yahoo.com/yui/container/tooltip/">Tooltip</A> </LI> <li style="margin-left:16px;padding-left: 0px;"><A target="_blank" href="http://developer.yahoo.com/yui/logger/">Logger</A> </LI> <li style="margin-left:16px;padding-left: 0px;"><A target="_blank" href="http://developer.yahoo.com/yui/menu/">Menu</A> </LI> <li style="margin-left:16px;padding-left: 0px;"><A target="_blank" href="http://developer.yahoo.com/yui/tabview">TabView</A></LI></UL></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/8336AA56-AC53-482C-9259-7908FA657DC2/blog/" title="blog or email this clip"><img src="http://content6.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK