Stories recently tagged with 'toolkit'

A quick review of different UI frameworks(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 3 years, 1 month ago

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 the layers required to develop such a framework, and that there are alternatives they might have chosen if they had knew about). read more...

add a comment |category: |Views: 151

tags: another

Introducing TextBox Limiter Control Ajax Control Toolkit Extender(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

An extender that overcomes the inability to limit the multiline textboxes read more...

add a comment |category: |Views: 286

tags: another

LinqExtender 1.3.1(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 2 months ago

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. .. read more...

add a comment |category: |Views: 1

tags: another

Ajax Control Toolkit Installation in Visual Web Developer - Nannette T(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

Step by step instructions for Ajax Control Toolkit Installation in Visual Web Developer read more...

add a comment |category: |Views: 12

tags: another

XNA Toolkit - New Collection of XNA Tools by Nick G(virtualrealm.com.au)

submitted by MykreMykre(830) 4 years, 7 months ago

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. read more...

add a comment |category: |Views: 30

tags: another

Eliminating the jump to top of page behavior of the Ajax Toolkit's Rat(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 4 years, 7 months ago

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 top of page behavior. This article examines how to eliminate this issue. read more...

add a comment |category: |Views: 40

tags: another

Spice up ASP.NET validation with AJAX Control Toolkit(ashishware.com)

submitted by ashpatashpat(285) 4 years, 8 months ago

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. read more...

add a comment |category: |Views: 22

tags: another

Use "custom" objects as Extender Control Properties(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 11 months ago

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” variable types (string, int, bool, etc.); unless of course you want to create your own custom TypeConverter to convert your custom objects to JSON. read more...

add a comment |category: |Views: 13

tags: another

New RSS Toolkit Released(weblogs.asp.net)

submitted by jgaylordjgaylord(475) 4 years, 11 months ago

The RSS Toolkit version 2.0 was released on Monday. read more...

add a comment |category: |Views: 24

tags: another

Repeater, UpdatePanels und die Datenbindung (dt.)(code-inside.de)

submitted by RemanReman(1970) 4 years, 11 months ago

(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. read more...

1 comment |category: |Views: 22

tags: another

Overview of ASP.NET AJAX 1.0 and Control Toolkit RTM(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 5 years, 4 months ago

ScottGu outlines what's changed in the RTM release, what to do before installing and future plans for ASP.NET AJAX. read more...

add a comment |category: |Views: 22

tags: another

Intro to the AJAX Control Toolkit(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 4 months ago

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. read more...

add a comment |category: |Views: 2

tags: another