| Q: I have one
question, is it possible to print the orgcharts
? Or to export them to pdf? |
| A: Yes you can both print the chart
using the print function of the browser
or convert it to PDF using ADOBE API. The
output result of the chart is HTML and
you can convert it to PDF using this API. |
| Q: How can I point
to SQL server when I use 'Organization
Chart .Net' |
A: Open Web.Config file, go to </B>< appSettings></B> tag
and comment the line.
<B>< add key="DatabasePath" value="Database\Chart.Mdb;"/></B>
in the following way:
<B><! - - < add key="DatabasePath" value="Database\Chart.Mdb;"/> --></B>
Also, add this line instead:
<B>< add key="ConnectionString" value="Provider=SQLOLEDB.1;Initial
Catalog=AMLog;Data Source=LAS;UID=AMLog;Password=password"/></B>
Value should be the correct SQL server
connection string in your environment.
|
| Q: In which language
Organization Chart .Net has been written? |
| A: Our Organization Chart .Net is
a C# application running under .net platform.
It can connect to SQL server or Oracle
database. You can just download and test
it. It comes with a sample access database
but you can replace the database with yours. |
| Q: I have a question
about the license fee: is it server based
or user based? |
| A: Both server and user. See the
detailed
price. |
| Q: In Organization
Chart .Net When I go for new option, login
screen displays. I do not know the login
id and password |
| A: If you want to go to admin page
the userid is "admin" and the password
is "password". This is defined in the
appsetting of web.config file |
Q: Then following
text is displayed on the screen.
<%@ Register TagPrefix="uc1" TagName="ChartControl" Src
="Controls/ChartControl.ascx" %> <%@
Page language="c#" Codebehind="Chart.aspx.cs" AutoEventWireup="false"
Inherits="WebOrgChart.ViewChart" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.0 Transitional//EN" > <HTML>
<HEAD>
<title>ViewChart</title>
<meta content="Microsoft Visual Studio
7.0" name ="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name ="vs_defaultClientScript">
<meta content
="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Styles.css" type="text/css" rel
="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="ViewChart" method="post" runat="server">
<uc1:ChartControl id="ctrlChart" runat
="server"></uc1:ChartControl></form>
</body>
</HTML>
|
| A: It seems IIS is not configured
properly for ASP.NET. .NET framework automatically
configures everything right, but probably
something was broken there. The test displayed
means that ASP.NET is not working. You
may reinstall .NET |
| Q: How can I point
to SQL server when I use 'Organization
Chart .Net'? |
| A: Open Web.Config file, go to < appSettings> tag
and comment the line. < add key="DatabasePath" value="Database\Chart.Mdb;"/> in
the following way:
--> Also, add this line instead: < add
key="ConnectionString" value="Provider=SQLOLEDB.1;Initial
Catalog=AMLog;Data Source=LAS;UID=AMLog;Password=password"/> Value
should be the correct SQL server connection
string in your environment |
| Q: How can I change
the table or setting in 'Organization Chart
.Net'? |
| A: All the variables are defined
in < appSettings> section of the
Web.Config file. |