Stories recently tagged with 'Controls' Subscribe to this feed

Retrieve a Type of Parent Control Using an Extension Method (www.teebot.be)

submitted by teebotteebot(50) 5 months, 14 days ago

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

add a comment | category: | Views: 5

tags: another

Saving server control properties to ViewState with custom attributes (www.helephant.com)

submitted by HelephantHelephant(90) 1 year, 5 months ago

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

add a comment | category: | Views: 40

tags: another

Over 60 Free Controls from DevExpress (www.devexpress.com)

published 1 year, 5 months ago, submitted by jamesewelchjamesewelch(2265) 1 year, 5 months ago

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 distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process. Visual Studio 2005 and Visual Studio 2008 are fully supported. read more...

3 comments | category: | Views: 727

tags: another

Strongly Typed Dynamic User Controls (blog.reamped.net)

submitted by kayoskayos(880) 1 year, 8 months ago

A short way to display and consume strongly typed user controls. read more...

add a comment | category: | Views: 30

tags: another

Tag property without inheritance (devintelligence.com)

published 1 year, 9 months ago, submitted by adventureradventurer(2131) 1 year, 9 months ago

The article show how to add support for Tag property without using inheritance read more...

2 comments | category: | Views: 13

tags: another

6 free online editors for your asp.net project (devintelligence.com)

published 1 year, 10 months ago, submitted by adventureradventurer(2131) 1 year, 10 months ago

A list of web editors that can be easily embedded in your asp.net projects read more...

1 comment | category: | Views: 15

tags: another

How to easily insert row in GridView with SqlDataSource? (www.aspdotnetfaq.com)

submitted by spavkovspavkov(1230) 1 year, 10 months ago

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 execute most of your Read, Update and Delete operations without writing a single line of code. Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView. Let see how we can easily insert new rows of data using GridView and SqlDataSource... read more...

add a comment | category: | Views: 297

tags: another

The Infragistics’ user controls library review (dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 1 year, 10 months ago

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 control library to highlight all the goods and the beds that come out from it. read more...

add a comment | category: | Views: 43

tags: another

The Infragistics’ user controls library review (dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 1 year, 10 months ago

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 control library to highlight all the goods and the beds that come out from it. read more...

add a comment | category: | Views: 43

tags: another

Workaround: Infragistics column chart with columns having same height (dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 1 year, 10 months ago

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

add a comment | category: | Views: 46

tags: another

How to: Enable zooming on Infragistics composite charts (dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 1 year, 10 months ago

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

add a comment | category: | Views: 71

tags: another

How to: Create new chart types with Infragistics Ultrachart (dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 1 year, 10 months ago

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 supported by Infragistics, by default. read more...

add a comment | category: | Views: 207

tags: another

Visual Studio Tools for Windows Live - February CTP available (www.soulsolutions.com.au)

submitted by BronwenZBronwenZ(230) 1 year, 10 months ago

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 on ASP.Net 3.5 Extensions has been REMOVED. CTP is compatible with Silverlight 2.0 SDK The site is context sensitive so click on Downloads to get the list of builds available for download or go here: https://connect.microsoft.com/Downloads/Downloads.aspx?SiteID=505 read more...

add a comment | category: | Views: 3

tags: another

Adding Auto Format for ASP.NET Custom Controls Design Time (www.amrelsehemy.net)

published 1 year, 11 months ago, submitted by AmrElsehemyAmrElsehemy(2580) 1 year, 11 months ago

This post shows how to add Auto Format.. link in the Smart Tag of the ASP.NET web controls, to give the user of the control a variety of different styles in the design time. read more...

add a comment | category: | Views: 44

tags: another

Creating a transparent Panel in .NET (saftsack.fs.uni-bayreuth.de)

published 2 years ago, submitted by mister_tmister_t(90) 2 years ago

Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. read more...

add a comment | category: | Views: 329

tags: another

Ajax Control Toolkit - Multipart Series Article (dotnetslackers.com)

published 2 years ago, submitted by kazimanzurrashidkazimanzurrashid(3950) 2 years ago

A multi-part series article on Ajax Control Toolkit. read more...

add a comment | category: | Views: 21

tags: another