Organization chart component for ASP.NET [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need a "free" organization chart component for ASP.NET.

Google has a free one within their charting api's. http://code.google.com/apis/visualization/documentation/gallery/orgchart.html

My favorite resources for free web components and examples are:
CodePlex
CodeProject
The ASP.NET Control Gallery
I found this at the control gallery. Maybe it'll help.
http://www.asp.net/community/control-gallery/Item.aspx?i=3224

Chart4.NET is an advanced organization chart component that has a free version.
But logo will be there.
Demo:
http://organization.unifosys.com/Create_Organization_Chart_From_Database_Sample_WebForm.aspx
http://unifosys.com/hierarchy-chart/downloads.html

Here is a HTML5/canvas version of organization chart lib, simple interface + image node support, check it out here: http://orgplot.codeplex.com

Use this http://orgchartwebcontrol.codeplex.com/releases/view/34288 from codeplex

Related

Automatic UI testing in Silverlight [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to automate the SilverLight Application for which i require to know the SilverLight Controls. But also i don't have the XAML file. Is there any way so that i can find the controls and can do the automation testing??
Have you tried Automa? Maybe it will be able to automate your SilverLight app. In the Automa Console there is the get_name_under_mouse() function which returns the name of a control under the mouse cursor (if it can read it).
You can try the VisualUIAVerify tool which can be used to get all the UI Elements and their properties required for Automation
Download link http://uiautomationverify.codeplex.com/

C# opensource djvu library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Do you know any opensource libraries for DJVU? I can't find anything useful.
One of the most rated DjVU library is here:
DjVuLibre
However is in C++.
I created an open source Djvu library which is written in C#. It needs to be optimized a bit, but is fully usable. https://github.com/Telavian/DjvuNet
As for open source DjVuLibre mentioned by Steve, you could find some pointers how to use it from .NET here - Creating simple c++.net wrapper. Step-by-step
As for paid libraries - you could look at: Caminova DjVu SDK for .NET Framework. This is not too expensive.

Open source Graph library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for any open source/free graph(charting) library in C/C++ or C#. Just like free JfreeChart in java.
Does anyone know it?
I'm a big fan of gnuplot... It's open-source and very versatile.
You can try Microsoft Chart Controls for Microsoft .NET Framework 3.5 for .Net.
Samples are also available.
Take a look at MathGL
DynamicDataDisplay for C# is free and a quite efficient way of charting data. It supports quick pans and zooms.

Is there any open source or free graphic/reports/charts framework for windows forms? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source or free graphic/reports/charts framework for windows forms?
I've heard good things about zedgraph - http://sourceforge.net/projects/zedgraph/
You can get the Microsoft Chart Controls for .NET that they released a while ago. It is fairly easy to use but for one reason or another not widely known.
would the MS charting library suffice? It supports both web and winforms usage...

ASP .NET Ajax examples for the beginner [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Hi I am looking for some good collection of examples on AJAX in ASP.Net. Please share some excellent links, also if you think there is a good resource which can help me learning - please share it. Thanks.
The official ASP.NET site is a great resource...
http://www.asp.net/ajax/ - Site
http://www.asp.net/learn/ajax-videos/ - Videos
http://www.asp.net/learn/ajax/ - Tutorials
Good to use AJAX control Toolkit,,,,From this link, you will example of each AJAX control toolkit...
http://www.asp.net/AJAX/AjaxControlToolkit/Samples

Categories