By tag: controls
0
kicks
VIBlend Controls for Windows Forms - ver. 6.0 Released
VIBlend announced the availability of the VIBlend Controls for WinForms ver. 6.0.0. the next generation of user interface controls for Windows Forms.
0
kicks
Silverlight Bits&Pieces: Derived Custom Controls
An introduction to building custom controls with their own default template.
0
kicks
Silverlight Bits&Pieces: Controls Basics
Yet another introduction to the Silverliht controls system: The combination of class, style, and template, glued together by dependency properties.
0
kicks
Retrieve a Type of Parent Control Using an Extension Method
I recently found myself in a situation where I had to retrieve the next Parent Control of a certain type. In this particular case, my label is included in an UpdatePanel to update only when my Label is assigned a new value.
0
kicks
Saving server control properties to ViewState with custom attributes
Here's a little tip for using .NET custom attributes to make a server control's ViewState property into a single line of code. Save yourself some boring repetitive coding and make the language do the work instead.
0
kicks
Over 60 Free Controls from DevExpress
Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distrib...
0
kicks
Strongly Typed Dynamic User Controls
A short way to display and consume strongly typed user controls.
0
kicks
Tag property without inheritance
The article show how to add support for Tag property without using inheritance
0
kicks
6 free online editors for your asp.net project
A list of web editors that can be easily embedded in your asp.net projects
0
kicks
How to easily insert row in GridView with SqlDataSource?
Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it.
Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data.
Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you e...
0
kicks
The Infragistics’ user controls library review
All my late .NET projects had a mandatory, common requirement: the Infragistics NetAdvantage control library. I have been using it since the 6.1 version came out, over one year of development period, on six different .NET projects. Considering this, I believe I have enough experience with this user ...
0
kicks
Workaround: Infragistics column chart with columns having same height
The Infragistics NetAdvantage has pretty much bugs almost on every release. Considering the NetAdvantage 7.x releases, it is not possible to render column charts with all columns having same heights. Here is a workaround for this issue
0
kicks
How to: Enable zooming on Infragistics composite charts
To do this on a regular UltraChart chart layout is not a difficult thing but when we consider the composite charts it seems to be not supported. Well, this is not true. Actually we use the same properties to do it excepting that for the composite chart those properties are not shown by IntelliSense....
0
kicks
How to: Create new chart types with Infragistics Ultrachart
The Infragistics NetAdvantage 7.3 release came out with a new event for the Ultrachart user control. The FillSceneGraph event was provided to help those who want to change the chart’s elements right before firing the Paint event. Using this new event we can create new chart types that are not suppor...
0
kicks
Visual Studio Tools for Windows Live - February CTP available
If you've been using the Windows Live Tools for Visual Studio, the February 2008 CTP has been released. See the notes here: https://connect.microsoft.com/content/content.aspx?ContentID=7901&SiteID=505&wa=wsignin1.0
So what's different?
Messenger Chat Control has been added
Depenency...