Stories recently tagged with 'Controls'

Silverlight Bits&Pieces: Derived Custom Controls(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 2 years ago

An introduction to building custom controls with their own default template. read more...

add a comment |category: |Views: 3

tags: another

Silverlight Bits&Pieces: Controls Basics(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 2 years, 1 month ago

Yet another introduction to the Silverliht controls system: The combination of class, style, and template, glued together by dependency properties. read more...

add a comment |category: |Views: 9

tags: another

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

submitted by teebotteebot(65) 2 years, 5 months 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: 6

tags: another

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

submitted by HelephantHelephant(90) 3 years, 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: 74

tags: another

Over 60 Free Controls from DevExpress (devexpress.com)

submitted by jamesewelchjamesewelch(2275) 3 years, 6 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: 1025

tags: another

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

submitted by kayoskayos(890) 3 years, 8 months ago

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

add a comment |category: |Views: 35

tags: another

Tag property without inheritance(devintelligence.com)

submitted by adventureradventurer(2244) 3 years, 9 months ago

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

2 comments |category: |Views: 22

tags: another

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

submitted by adventureradventurer(2244) 3 years, 10 months ago

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

1 comment |category: |Views: 22

tags: another

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

submitted by spavkovspavkov(1708) 3 years, 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: 435

tags: another

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

submitted by eugenciutaeugenciuta(715) 3 years, 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: 66

tags: another

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

submitted by eugenciutaeugenciuta(715) 3 years, 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: 66

tags: another

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

submitted by eugenciutaeugenciuta(715) 3 years, 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: 50

tags: another

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

submitted by eugenciutaeugenciuta(715) 3 years, 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: 98

tags: another

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

submitted by eugenciutaeugenciuta(715) 3 years, 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: 285

tags: another

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

submitted by BronwenZBronwenZ(230) 3 years, 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