2/28/2007 1:56:33 PM · Filed under CheckboxController
What is it?
This Microsoft Ajax for ASP.NET extender control lets you easily create a "Select all/delselect all" parent checkbox to automatically set the checked state of other checkboxes.
Please check out the ...
Read full article...
2/19/2007 1:55:22 PM · Filed under Javascript extentions, ASPCode.net.Cookies
This library (or plugin or whatever it should be called) extends Microsoft Ajax by offering easy client side support for cookies. Not much to say about it - the code to use it in your project looks like this:
EEEContent_1
You can then manage cookies tot...
Read full article...
2/19/2007 1:27:20 PM · Filed under Javascript extentions, ASPCode.net.History
The need for a history plugin for my own Ajax paging problems in Microsoft Ajax made me create this plugin. It's best described in another article, so instead of just repeating myself
http://www.aspcode.net/articles/l_en-US/t_default/ASP.NET/AS...
Read full article...
2/19/2007 1:23:04 PM · Filed under Free ASP.NET server controls, HoverMenuExtender
Continued from part 1 creating a live.com image search like GUI
Finally lets create the hovering effect:
I decided to try to use the ASP.NET Ajax control toolkit and the hoverextender control.
So all we need to do is
a) add some styles
EEEC...
Read full article...
2/19/2007 1:19:23 PM · Filed under Free ASP.NET server controls, HoverMenuExtender
Continued from part 1 creating a live.com image search like GUI
Styling the list a bit
Lets now style the list cause it doesn't look at all like live.com.
By using float:left on the oneimage div we are able to easily get many images on the same r...
Read full article...
2 pages 1 2 >