By tag: Control
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
Check In the freaking code!!!??!!
I was pondering recently the various methods a team could go about assuring good check ins into source control. I would assume that much of a check in, build, and source repository's tasks can be automated. Continuous build integration is a good part of assuring check ins aren't breaking things th...
0
kicks
Rendering a Control to a String
This is a really handy little function for rendering a control to a string. Really handy if you want to pass back rendered HTML from a StaticPageMethod or WebService.
0
kicks
A dynamic blogroll for ASP.NET
Display the titles of the latest posts for each blog on the blogroll and let them be updated automatically.
0
kicks
Using Anonymous Methods For Control.Invoke/Control.BeginInvoke
Brief overview of using anonymous methods for Control.Invoke and Control.BeginInvoke scenarios using the built in MethodInvoker delegate provided by the BCL.
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.
0
kicks
Ribbon UI Control Roundup for Developers
Here's a rundown of the toolkits available out there that have emulated Office 2007.
0
kicks
C# List Control Utility
A C# 2.0 helper class that gives you a little more control over list controls.
0
kicks
Code Sample That Demonstrates How to Create a Custom Form Designer by
This article contains a code sample that demonstrates how to create a custom form designer by using Microsoft Visual C# .NET