|
|
Stories recently tagged with 'Controls'
|
|
submitted by
Helephant
3 months, 9 days ago
helephant.com — 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: ASP.NET | Views: 5
|
|
tags:
Controls, Viewstate, ASP.NET, Attributes | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 11 days ago, submitted by
jamesewelch
3 months, 11 days ago
devexpress.com — 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: Products | Views: 662
|
|
tags:
winforms, devexpress, Controls, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
7 months, 21 days ago
aspdotnetfaq.com — 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: ASP.NET | Views: 148
|
|
tags:
faq, Tutorial, GridView, HowTo, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eugenciuta
7 months, 25 days ago
dotnetfacts.blogspot.com — 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: Products | Views: 26
|
|
tags:
user, Controls, Infragistics, netadvantage, Review | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eugenciuta
7 months, 25 days ago
dotnetfacts.blogspot.com — 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: Products | Views: 26
|
|
tags:
user, Controls, netadvantage, Review, Infragistics | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eugenciuta
7 months, 25 days ago
dotnetfacts.blogspot.com — 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...
|
|
tags:
Workaround, C#, Controls, user, charting | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eugenciuta
7 months, 25 days ago
dotnetfacts.blogspot.com — 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...
|
|
tags:
Charts, scroll, scale, Controls, user | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
eugenciuta
7 months, 25 days ago
dotnetfacts.blogspot.com — 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: Tips & Tricks | Views: 100
|
|
tags:
FillSceneGraph, Event, charting, Controls, user | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
8 months, 9 days ago
soulsolutions.com.au — 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: Other | Views: 2
|
|
tags:
Server, Controls, Windows, Live | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 28 days ago, submitted by
AmrElsehemy
8 months, 28 days ago
amrelsehemy.net — 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...
|
|
tags:
Controls, AmrElsehemy, Custom, VisualStudio, DesignTime | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 23 days ago, submitted by
mister_t
9 months, 23 days ago
saftsack.fs.uni-bayreuth.de — 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: Tips & Tricks | Views: 111
|
|
tags:
TipsAndTricks, .Net, C#, CustomControls, Control | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 19 days ago, submitted by
ailon
10 months, 20 days ago
blog.solmetra.com — .NET Edition of the one of the most popular Open Source web based WYSIWYG editor controls has been released. Industry unique multi-document tabbed WYSIWYG editor is finally available to .NET developers. Includes designer support for Visual Studio 2005. read more...
add a comment
|
category: ASP.NET | Views: 8
|
|
tags:
VisualStudio, Controls, wysiwyg, ASP.NET, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|