By tag: toolkit
0
kicks
A quick review of different UI frameworks
This post reviews several frameworks used for creating graphical user interfaces. I've decided to create such a review after noticing many programmers take a specific GUI framework for granted, as it is their automatic-choice-by-tool (i.e., they use what they're IDE let them, barely understanding th...
0
kicks
Introducing TextBox Limiter Control Ajax Control Toolkit Extender
An extender that overcomes the inability to limit the multiline textboxes
0
kicks
LinqExtender 1.3.1
Last week, I have released a patch for LinqExtender project at codeplex. You can find the full feature list at release page. One issue that I will talk about here is orderby clause and its related in-memory sort. ..
0
kicks
Ajax Control Toolkit Installation in Visual Web Developer - Nannette T
Step by step instructions for Ajax Control Toolkit Installation in Visual Web Developer
0
kicks
XNA Toolkit - New Collection of XNA Tools by Nick G
Nick Gravelyn has just released a small set of tools for the XNA Framework, he has called this tool set "XNA Toolkit". At the moment there are only two tools included in the set but it is a good start.
0
kicks
Eliminating the jump to top of page behavior of the Ajax Toolkit's Rat
The Ajax Control Toolkit provides a number of Ajax-enabled server controls and extenders that make it very easy to add Ajax functionality to any ASP.NET driven site. One of these controls is the Rating control. One issue with the rating control is that when clicked, the user experiences a jump to to...
0
kicks
Spice up ASP.NET validation with AJAX Control Toolkit
This article discusses ways to enhance client side validators using AJAX Control Toolkit, by adding callouts and modal dialog box. The whole purpose is to improve user experience with very little effort.
0
kicks
Use "custom" objects as Extender Control Properties
When creating an ASP.NET Extender Control (using ASP.NET AJAX and the AJAX Toolkit) you can add custom properties to your Extender (using the ExtenderControlProperty attribute) that get passed down to the client. Well, this is really cool and all, but you are restricted to using the “standard” varia...
0
kicks
Repeater, UpdatePanels und die Datenbindung (dt.)
(Embedding a UpdatePanel in a databound Repeater without using <%# ... %>)
In dem Artikel geht es darum, wie man ein UpdatePanel in einem Repeater setzt - das ganze noch Datengebunden.
0
kicks
Overview of ASP.NET AJAX 1.0 and Control Toolkit RTM
ScottGu outlines what's changed in the RTM release, what to do before installing and future plans for ASP.NET AJAX.
0
kicks
Intro to the AJAX Control Toolkit
The AJAX Control Toolkit is a set of UI widgets and extensions to existing controls. This video has an introduction to the toolkit along with several controls in the toolkit.