You are on page 1of 1

http://steveorr.net/articles/BeautifulButtons.

aspx
http://www.4guysfromrolla.com/articles/022509-1.aspx
The current time is: <%= DateTime.Now.ToString() %>
http://www.dornbush.net/content/border-radius
Expression Builder Class
<asp:Label runat="server" id="CurrentTime" Text="<%= DateTime.Now.ToString() %>"
/>
http://datawebcontrols.com/demos/RoundedCorners.aspx
http://code.google.com/p/curved-corner/downloads/detail?name=border-radius.htc
border-radious http://www.w3.org/TR/2002/WD-css3-border-20021107/

http://mattberseth.com/blog/2007/11/antialiased_rounded_corners_wi.html
http://runtingsproper.blogspot.com/2010/03/could-not-load-type.html
The Real Fix
The real reason that your site is throwing the error is that the latest version
of Ajax Control
Toolkit expects to have a .net 3.5 SP1 runtime environment. The key bit here is
the SP1 which means Service Pack 1.
To fix it you simply need to install the SP1 release which can be downloaded fro
m here:
http://www.microsoft.com/downloads/details.aspx?familyid=ab99342f-5d1a-413d-8319
-81da479ab0d7&displaylang=en

You might also like