Jump to content
Software FX Community

SRee

Members
  • Posts

    4
  • Joined

  • Last visited

SRee's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i m sure like i had, most of you are dreaming to have data-driven chart gauge, right? here you go with the steps you need to do: 1. add a form view on your visual studio page 2. bind this form with the SQL data source as usual using the sql query will bring the value you want to show on the gauge 3. edit form template using edit template option from the form view smart tag options 4. add a chart gauge into the form view 5. for the value parameter, add the following code like below for the main indicator needle < ChartFXGauge:Needle Style="Needle02" Value='<%# ltrim(str(Eval("field name goes here"))) %>' />6. after adding this code, your chart gauge wont show on the visual studio, but DONT WORRY, just publish your page and view. THAT'S IT!!!
  2. I have installed the Gauge but its not showing on the Visual Studio 2008 Toolbar, which DLL I need to choose to get it added?
  3. I have installed the server license on the web server, but while trying to run a sample page developed on Visual Studio 2008 using ChartFX 7 I am getting the following error:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Your urgent help will be highly appreciated. Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'ChartFX.WebForms' or one of its dependencies. The system cannot find the file specified. Source Error: Line 1: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="index.aspx.vb" Inherits="index" %> Line 2: Line 3: <%@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms" tagprefix="chartfx7" %> Line 4: <%@ Register assembly="ChartFX.WebForms.Adornments" namespace="ChartFX.WebForms.Adornments" tagprefix="chartfxadornments" %> Line 5: <%@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms.Galleries" tagprefix="chartfx7galleries" %> Source File: /dashboard/index.aspx Line: 3 Assembly Load Trace: The following information can be helpful to determine why the assembly 'ChartFX.WebForms' could not be loaded. WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
  4. I have installed the server license on the web server, but while trying to run a page developed on Visual Studio 2008 using ChartFX 7 I am getting the following error - I dont get it when I run it locally. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Any GURUs please. Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'ChartFX.WebForms' or one of its dependencies. The system cannot find the file specified. Source Error: Line 1: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="index.aspx.vb" Inherits="index" %> Line 2: Line 3: <%@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms" tagprefix="chartfx7" %> Line 4: <%@ Register assembly="ChartFX.WebForms.Adornments" namespace="ChartFX.WebForms.Adornments" tagprefix="chartfxadornments" %> Line 5: <%@ Register assembly="ChartFX.WebForms" namespace="ChartFX.WebForms.Galleries" tagprefix="chartfx7galleries" %> Source File: /dashboard/index.aspx Line: 3 Assembly Load Trace: The following information can be helpful to determine why the assembly 'ChartFX.WebForms' could not be loaded. WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
×
×
  • Create New...