ailon

Stories submitted by ailon

Add Flash Charts to Your ASP.NET Web Site. Part 2: Data binding(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 2 months ago

This part of the series looks at how to bind our pie chart to a real data source and covers a couple of visual enhancement options. read more...

add a comment |category: |Views: 73

tags: another

Add Interactive Charts to Your ASP.NET Application. Part1: Basics(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 2 months ago

This is the first part in the series of tutorials showing how to add dynamic, interactive, data-driven charts to your ASP.NET web applications. In this first installment I will show you how to add ASP.NET Controls for amCharts into your Visual Studio toolbox and add a simplest form of pie chart to your page. read more...

add a comment |category: |Views: 89

tags: another

ASP.NET Controls for amCharts Released(marcelionis.com)

submitted by ailonailon(1335) 4 years, 2 months ago

AmCharts are very customizable and flexible Adobe Flash charts. However generating data and modifying settings on the fly requires a substantial amount of data transformations and XML generation. This is where "ASP.NET Controls for amCharts" step in. This set of ASP.NET controls allows .NET developers to work with amCharts as they would normally do with any native data-bound ASP.NET controls. read more...

1 comment |category: |Views: 96

tags: another

Converting HTML font sizes to pixels(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 2 months ago

Among other properties WebControl has a Font property of FontInfo type which in turn has a Size property of FontUnit type. Users can set the yourControl.Font.Size to any HTML/CSS compatible value from 12pt to 1.2em to x-large. This is all fine while your control outputs plain HTML but what happens if your controls front-end is Flash? read more...

add a comment |category: |Views: 6

tags: another

Internet Explorer, HTTPS/SSL and ASPX pretending to be XLS(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 3 months ago

"Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." This is an error you can suddenly get after moving your ASP.NET application to a secure server. This post explains why and how to solve this. read more...

add a comment |category: |Views: 45

tags: another

More on "The DotNetKick Effect"(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 3 months ago

A follow-up to the "The DotNetKicks Effect - Enjoy While it Lasts" post with some clarifications, numbers and solutions read more...

add a comment |category: |Views: 13

tags: another

The DotNetKicks Effect - Enjoy While it Lasts(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 3 months ago

DotNetKicks is great source of .NET related information but is it going to survive the shortcomings of "digg" concept? read more...

9 comments |category: |Views: 4

tags: another

Stable SPAW Editor v.2 .NET Edition Released(blog.solmetra.com)

submitted by ailonailon(1335) 4 years, 4 months ago

.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: |Views: 28

tags: another

SPAW Editor .NET 2.0.5.1 Release Candidate Released(blog.solmetra.com)

submitted by ailonailon(1335) 4 years, 6 months ago

Solmetra has just released a new version of their popular HTML WYSIWYG Editor control for ASP .NET. This release fixes all the major issues found in the 2.0.5 Beta and now should be stable enough to be used in production sites. read more...

add a comment |category: |Views: 3

tags: another

Getting Images to render properly in the ASP.NET Designer(west-wind.com)

submitted by ailonailon(1335) 4 years, 6 months ago

You create a custom server control and you have an image property and you allow the use of the ~/images/someimage.gif syntax to specify the image path. So the obvious thing and what I've been using is Control.ResolveUrl() and it works great at runtime for specifying related links.But if you try to get this control to render in the designer as well you'll quickly find that ResolveUrl() doesn't work properly at design time because there's no explicit ApplicationPath available at design time. read more...

add a comment |category: |Views: 4

tags: another

Using Symlinks to Ease Development with Visual Studio Express(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 6 months ago

Since Visual Web Developer Express and Visual C# Express (or VB for that matter) are separate products and you can't create DLLs in VWD or build web sites in VCS it is painful to develop ASP .NET controls using the Express editions of Visual Studio. You can simplify the process by utilizing symbolic links. This post explains how. read more...

add a comment |category: |Views: 8

tags: another

File Encoding in Visual Studio 2005(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 6 months ago

It appears that there's no way to set default file encoding for new files created in Visual Studio 2005 through "Options" and it will save your files in UTF8 only if it encounters characters it can't save in your systems default non-unicode locale. read more...

add a comment |category: |Views: 20

tags: another

Windows Vista SideShow + Windows Mobile 6 = No Love(devblog.ailon.org)

submitted by ailonailon(1335) 4 years, 7 months ago

Windows Vista was released like a year ago and Windows Mobile 6 was released this year and still there's no support for SideShow in WM6. And what is the first device that comes to mind as Vista PC companion device? read more...

add a comment |category: |Views: 11

tags: another

SPAW Editor .NET Edition v.2 Released(blog.solmetra.com)

submitted by ailonailon(1335) 4 years, 7 months ago

.NET Edition of SPAW Editor v.2 - open-source web based HTML WYSIWYG editor control - has been released. v.2 adds unique tabbed multi-document interface, floating/shared toolbars, support for all major browsers (IE, Firefox, Opera, Safari), designer support for VS2005 and many more. read more...

add a comment |category: |Views: 11

tags: another