Building Dynamic Bar Graphs

Does anyone have any experience building bar graphs or charts in asp? Or has anyone used a dynamic bar chart generator that is easy to use and easy to integrate into a webpage?

View Replies


ADVERTISEMENT

Dynamic Form Building

I have a lot of information to fill out on this form. So I'd prefer not to do the submit to itself everytime to rebuild it. I've seen many java script examples on how to dynamically populate a checkbox, combo box etc. but is it possible just to not have the box there at all?

I've seen a .visible=false on spans in aspx, but can you do something similar to this with plain old asp?

Example, i have a combo box, and let's say i select a few options and write a "on change"..... i call a function that makes an attribute .visible false. Is this possible to make a text box disappear off the page without resubmitting the from? If not, any other bright ideas on how to do this one?

View Replies View Related

Building Dynamic Strings From Database Values

We use an ASP application in which we send out emails using cdo for various
events.

At present the email text is hard coded into the code. for example

strMessage = "Dear " & rs("firstname")
strMessage = strMessage & "Your request has been approved with reference id
" & rs("id")

This causes an administration overhead as everytime the text of the message
needs to be changed we need to alter the code to incorporate text or
database values.

What we want is to store the message text into a table so it can be altered
by the application administrators through GUI by adding the text through
freetext entry and field names though a dropdown. Code:

View Replies View Related

Graphs

I've done all the reporting bits on counting and all. I would like to know how to create graphs for that information. I m at a total lost on how to display a graphs on the web page.

View Replies View Related

Graphs For ASP

Does anyone know of an easy way to display graphs using asp code. Is there any free packages on the web that can be downloaded for the purpose of displaying results in a graphical format. Or is it better to use pure asp code??

View Replies View Related

Graphs And ASP

any way of creating graphs in MS Access and desplaying on a web page and all of this done by ASP!!

i want a graph with multiple comparisons such as a bar and a line graph combined...Possible???

View Replies View Related

Graphs (3D /2D)

Hi I would like to display 2 dimensional graphs in ASP using the data from the database!.

Any body having a template!

View Replies View Related

Excel Graphs

I'm trying to find thorough documentation for creating graphs using
serverside Excel from ASP. Any book recommendations?
A well-documented COM wrapper would be nice if it allowed us to create
may different types of graph, e.g. Wind Rose (for wind direction),
thermometer, as well as standard pie, line, bar charts. I've found a few
examples of charting code on websites and at MS, but none of them
contain a thorough explanation, and our database/ASP guy wants more
documentation.

View Replies View Related

Graphs & Diagrams

I have a db of prices for a material updated weekly, i am trying to create a graph to show the prices visually. i tried with JavaScript Diagram Builder, but didnt succeed,
does anybody have other ideas to how to do so? or have good knowledge on how to do it with the Diagram Builder?

View Replies View Related

Drawing Graphs

I have managed to succesfully return data from a database with an SQL SELECT string, and now I was wondering if there is a simple way to graph the data?

Does ASP have any objects that will help out with graphing, or would I have to to draw it out manually?(if that could be done). Or should I not try to do it myself and look at a 3rd party solution for graphs?

View Replies View Related

Graphs And Charts

I am trying to figure out how do I create graphs and charts in ASP without having to use third party solutions. I was told that I can create dynamic graphs and charts using ASP.Net but when I read up on this, came up at a dead end. Any ideas anyone?

View Replies View Related

Plugins For Graphs

Does anyone know of any asp plugins for graphs, i.e. in php there is something called jpgraph where numbers can be given and graphs drawn...

I am creating a statictics section on my website..

View Replies View Related

Develop Graphs Using ASP 6.0

How can I develop Graphs using ASP 6.0, which I am using SQL 2000 as my database? Is there is any free tool to develop graphs using ASP 6.0?

View Replies View Related

Displaying Graphs

Does any one perhaps know how to display data from a db in a asp page in graphs, or perhaps know of a resource where I can find more information on this topic?

View Replies View Related

Create Charts/Graphs

I want to display the data from Access in form of Bar charts and Pie charts. I know this is possible by using the OWC components. But i am not familiar to them.Can anybody give me an outline/example of how to do this?

View Replies View Related

6 Different Graphs Without Having To Make 6 Different Connections To A Db

Does any one perhaps know an easier way of showing 6 different graphs that all display different information with out having to execute 6 different connections to the db?

View Replies View Related

Creating Line Graphs Using Asp

Is there a method using asp to do line graph?

View Replies View Related

Graphs And Office Web Component (OWC)

I'm trying to use Activer Server Pages (ASP) to display a graph based on user's selection criteria. To achieve this, I would like to use Office Web Components (OWC 9 or 10), a Microsoft ActiveX component. My questions are:

* Can you use it with NT operating systems or Must it be in Windows 2000/XP?
* Do anyone has experience in using it? and if yes, Are they easy and reliable to use?
* Are there any other free components out there?

View Replies View Related

Charts And Graphs 3,000 Users

I have recently found myself involved with a very small company who is being contracted by a very large company to develop a PowerPoint type application for their sales people (18 slides and about 3,000 active users) which must include charts and graphs. It doesn't have to be in real time and we may render the graphics each night instead of on the fly. The slides will be dynamic and represent up to 30 different companies querying about 29,000 rows of data per company.

I oddly enough don't feel as worried as I probably should be.

Suggestions, Possible Pitfalls, and Previous Experience building an application like this.

Working off of MS SQL and planning to do it all in ASP.

View Replies View Related

Creating Graphs From Data In Database

I need to create a chart/graph with the following data from my database:

Each record is opened and then closed at a later stage. I then calculate the time it took from when the record was entered to when it was closed.

Now i need a pie chart to display how many records was closed in certain times. for example 10 records was closed within the first 10 minutes, 2 in 20 minutes and so on.

this also is to happen for dates that the user entered. i.e a Weekly report and a monthly report.

Any advice and help will be appreciated. I found alot of examples of hardcoded graphs but none extracting data from database.

So first i need to count the records that fits each section of minutes and then use that data to draw my graph?

View Replies View Related

Graphs Based On Data Of An Array?

Does anybody know of techniques (or websites) where a graph is generated based on data of an array?

View Replies View Related

Building An Intranet With ASP.NET

My work has decided to give me the job of building them an intranet. Being pretty new to .NET and ASP in general I was wondering if anyone knew of books or sites I should take a look at that might help me get started.

View Replies View Related

Building An ASP Hyperlink

I built an ASP Form and I'm using CDONTS to e-mail the results to me.
After the user clicks on the "Submit Form" I use ASP to send a ConfirmMsg
back to the user.

At the same time I would like to send back a Hyperlink .

The Hyperlink will take the user back to some other part of the site, For
Exampe I want to send a hyperlin to
http://www.mydomain.com/index.html

I want the link to appear after the Server processes the ASP Form.

Can anyone help me with the ASP code fot a hyperlink.

View Replies View Related

String Building

When assembling an HTML string from a database before sending it to the
client (ie keeping the connection as short as possible), adding to an
existing string (strOut=strOut & strNextLine) takes time and can defeat the
object.

Is putting each line into an array, and re-dimming the array by +1 each time
quicker? Is there a better way?

View Replies View Related

Building SQL String

When i make a menu box i forms(where you can select multiple options) the result from the form will be something like :

value1, value2, value5, value7

How do i easily build a sqlstring like "select * from tablename where record="value1" or record="value2" or record="value5" or record="value7"

View Replies View Related

Building String

Here is a line of code I have:

matchmakerdetails=fullname & "&nbsp;(<a href='javascript:void(0)' onclick='clearmatchmaker();'>Remove</a>)</p>

This works just fine. BUt what I need is to add code to the onclick such that

document.GetElementById("matchmakername")=""

THe darn quotes/syntax are messing me up and I can not get to work. The challenge for me is that this is part of an asp string assignment to a variable called matchmaker details.

View Replies View Related

Building A Javastring

<input name="Name" type="text" value="<%= Server.HTMLEncode(Name) %>" size="50" maxlength="50" onchange="GetName(this.name,this.value)"/>

Email Address:

<input name="Address" type="text" value="<%= Server.HTMLEncode(Address) %>" size="50" maxlength="50" onchange="GetAddress(this.name,this.value)"/>

<a href="javascript: UPDATE(<%=rs("Id")%>)"><img src="SomeImage File" border="0"></a>

Code:

View Replies View Related

Simple Line Graphs (x-y Axis) From ASP Script

What is a straightforward way to generate a simple line
graph from provided x-y data points in an ASP script.

View Replies View Related

Want To Create Circular Graphs And BullsEye Charts With ASP

I'm in desperate need of knowing if its possible to generate
custom circular diagrams and BullsEye charts using ASP (or
ASP.NET) on a webpage.

I must be able to build a graph that is constructed with
several inner circles, segments and bars that start from the
center.

Any method will do as long as I get the right shape. The graph
doesn't have to be intelligent in anyway.

View Replies View Related

Building <form> From Recordset

I have a database of quotes on my website that uses an Access 97
database (I'm cheap...I have an old copy of MS Office). I have one page
that builds a form <select> from a SQL statement that looks like this:
SELECT DISTINCT last, first FROM quotes ORDER BY last, first;

The results are 1,250 records from a 3,700 record table.

I loop through the records, using each to build an <option> for the
<select>. When loading the page, it gets to the <select> and then it's
like someone issued a response.end, because it just dies after about 3
seconds. and I get an incomplete page; looking in view source it is
literally truncated right before the form <select>.

Of course it works at home, but not on my "production" site.

I've tried all kinds of things like executing a stored Access query as
adCmdStoredProc, but it didn't help. I'm not even sure if that method
was even any faster when I ran it at home.

Is there anything else that you folks know of that I could try, or am I
just going to have to bite the bullet and come up with an alternative
way to let my users select the source of the quote?

View Replies View Related

Building An INSERT Statement In ASP 30

I have an old web app that ues an Access database and ASP 3.0. I need to build an INSERT statement based on the contents of a form. What is the best way to handle blank text boxes that are submitted with the form?

For example, I collect all my name/value pairs that are submitted with the form like this... Code:

View Replies View Related

Building Photo Upload

I am building an application via ASP that uses an MS Access database to hold inventory for large truck dealerships. I have two columns in the database, one for thumbnails and one for regular (about 450 pixels wide) sized images. The columns in the database hold the URL's to the images in the folders.
I need to create a photo upload that accomplishes the following things:
1. Will re-size and rename the photograph regardless of what the user has it named and sized as. I would like to be able to have the code create the thumbnail and the larger image if that is possible.
2. I need to be able to have that photograph attached to the inventory information that goes with it.
I have a very basic page built, but of course, it does not do any of the "fluffy" stuff I mentioned above. I am not very good with VB and most of what I have seen out there is really contingent upon knowing VB. I tried using a 3rd party application, but to be quite honest, it sucked. Having said that, can any of you point me in the right direction toward having the above features?

View Replies View Related

Building A Link Syntax

http://www.mydomain.com/customer.as...st=il&zip=12345

I build the above link dynamically from the customer's input. It works fine
until they put inthe '#' symbol. The result is the string works up to that
point, then breaks. The trailing information is lost. I use the above to
fill-in form boxes. What can I replace '#' with that will allow the string
to continue? ... and of course, be placed in the form box correctly.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved