Graph? Different Level Of Access?

I have to create a web base application program, I think to use ASP but I would like to see If it supports comparison Graph. Does it support different levels of access because I have different kind of users or i have to do it manual?

View Replies


ADVERTISEMENT

Set Readonly Value Based On Access Level

I need to know how to disable a button based on the username that logs onto the web application.

View Replies View Related

How To Restrict Access Level To Specific Web Page Using ASP

how can i retrict user to only access the web page iif and only if they have the username and password, they neeed to login before can access the certain pages. How is the coding for that web pages?

View Replies View Related

Invalid At The Top Level

It has been said that When attempting to load an XML file saved as UTF-7 (a transfer encoding format for Unicode), the XML parser in Internet Explorer generates the following error message: Invalid at the top level of the document. The same error also occurs when using the MSXML parser from server-side or client-side script.
I am getting this error when I use MSXML 3.0 as reference in a VB DLL function called by a ASP file.

View Replies View Related

Directory Level

I have a website that is running perfectly on windows 2000 server and IIS 5. However we are now moving it to server 2003 and IIS6. No problem there however after setting everything up a problem has occurred. My directory structure is websites then webroot within that which contains the site files. Within webroot is also a directory called connections, which contains the database connection asp file.

It is a mysql database. Ok the problem is that I am calling the connection in my asp pages as follows (<!--#include file="../Connections/connLUKTrading.asp" -->). but the server will not navigate up a directory level as the ../ indicates. The site works fine if I place the directory connections in at the same level the site works but then I will have to do this at each of wwwroot's sub directories I should not have to. I believe it is a permissions problem to do with IIS6 but not sure. I have spent hours trying to find it.

View Replies View Related

Application Level Arrays In ASP

In our application, we have noticed on two rare occasion where the
data stored in application level arrays has disappeared. We have 3
application level arrays, and many other data types stored at
application scope as well. The other data types appear to have been
unharmed.

All session level data remained unharmed as well. The data
in the arrays seemed to have disappeared all of the sudden. No IIS
restarts, for example, were performed. Is there any known issues with
arrays being stored at application level.

View Replies View Related

View File Level

On our IIS 5 windows 2000 web server we have many .asp's.most of which (When right clicked / security tab / edit authentication) are
using Integrated Windows Authentication.
Is there an easy way to check ALL of them? Some of the pages require a
higher level of security (Our password reset page for example) and I am just
auditing everything and want to make sure that only the few pages that
require it are using the elevated security level. (By the way this is
accomplished by using anonymous access with a domain account that is
'elevated'...
I hate right clicking on 1000 different .asps to see the file / directory
level authentication methods... is there an easy way to do this? Maybe
through resource kit command line tools or some meta edit type tool

View Replies View Related

XML Document Must Have A Top Level Element.

I am creating a simple XML file via asp and want the XML to appear in the browser. Here is what I have tried: Code:

View Replies View Related

File Level Secuirty

I have made sufficent pages for our site and same have been in use in our LAN since long.

Now my company has asked me to put the same on web and we are buying a domain for the same.

However I am worried for a file level security. When the output comes in asp from cod below: Code:

Response.Write("<td><a href=Documents" & adorst("ProjectNo") & "/" & adorst("Client Drg No") & ".pdf target=NEW>" & adorst("Client Drg No") & "</a></td>")

We can simply open a file from our server's folder. Even if someone knows the full path, he can simply open file. Even someone expert can delete pdf file also.

View Replies View Related

Finding Directory Level

I am using Request.ServerVariables("SCRIPT_NAME") to get the extention from the url and need to know if I am in the root or down a directory. i have two folders, one called 'local' and one called 'group'

View Replies View Related

Multi Level Menu

how I can make a dhtml menu into a dynamic menu that pulls its links from an access database instead of the hardcoded html.

I would like to know because I'm working on a site that needs such a menu and most of my administrators using my site don't understand html and won't be able to update the menu unless I can give them a simple form that allows them to add links.

View Replies View Related

Multi Level Arrays

How do I create an array inside an array? This certainly doesnt work...

Dim TmpArray(0 to 10)(0 to 50)

View Replies View Related

User-level Security

I want to open the MS Access file with user-level Security. I know that if I do NOT setup user-level Security in the MS Access file, and create the table for login in the MS Access file (Put the MS Access file in the server), then it works.

I did that. But, I want to know whether or not we can use ASP code to open the MS Access (MS Access user-level Security setting). This way I can put the MS Access file in the public place.

Can we do it in ASP?

The following code cannot do that:
<%
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open "c:/try.mdb"
%>

View Replies View Related

Session Level Timer

give me a session level timer code? I'm trying to time a quiz.

View Replies View Related

If User Level Than Show Menu

I tried to make our menu differend for Users for example :

If user level = 2 than
show Menu (Add Contact)

I used this code:

View Replies View Related

ASP Graph

does anyone has a good tutorial on creating Graph is ASP?

View Replies View Related

Different Messages Displayed Depending On Stock Level

I want to display a different message deppending on the amount of stock left. For example if there is no stock i would like to display "out of stock", if the item is in stock display "in stock". Code:

View Replies View Related

How To Use Database To Check User Permission Level

i'm going to ask the way to use database to check user permission level in asp..

View Replies View Related

Creating A Graph With ASP

I have the following graph (see atttached file) and was wondering if it would be possible to create this graph by using ASP and how easy it would be. If it is possible could someone give me a few links to sites where I could get some code to start me off.

View Replies View Related

Vml Line Graph

Any One Has Any Idea How To Draw A Vml Line Graph ?

View Replies View Related

Stacked Bar Graph

Is there an easy way to create a horizontal stacked bar graph that pulls information from a database with ASP? I can create one with no problem using the same logic in an excel file, but I am having a horrible time trying to get it on a web page.

The report I need it for is a call schedule that assigns a color to each line name (4 names) and there are a total of 24 "available ports" that those four lines can use up, so basically I need a graph that has the times on one axis, and the number of ports taken up to 24 on the other, and the information of how many ports are taken up by those lines in a bar graph.

This has taken me over 10 hours already to try and solve, I have the report I am looking for in an excel file if it would help anyone get an idea of what I am looking for. It's attached to this message.

View Replies View Related

Graph Components

Could anyone suggest me some asp graph components which take in data from a recordset by SQL query to a database and then display it in web browser.

Are there any freewares....?

Buying a license is the 2nd option......and preferably a component which allows customization..

I have a graph component: ChartDirector.... Which doesnt allow me to include any queries in the same asp file...

View Replies View Related

How To Display Graph

How to display graph with asp importing data from mdb or sql table.

View Replies View Related

Visualisation Of Bar Graph

Is there a possiblity to view a simple bargraph or must you buy software for it ? I want to load a value coming from SQL en visualise that value into a bar, not in a text value.

View Replies View Related

Line Graph

I want to generate a Line Graph based on data from Database....

View Replies View Related

Graph Using ASP Code

I want to create a graph using ASP code,datas taken from database.Some one pls help me with sample code?

View Replies View Related

Graph Engine For Asp Sql

any free graph engines or something not too expensive that I can use with ASP to connect to SQL server database. Some sort codes example will be appreciated.a sample codes as well .

View Replies View Related

Report Graph

I am trying to build a report graph from the database, actually i want to display my reports in a graph. from four tables. I would like to display three values in the graph, Completed, Inprogress and opens. this is a helpdesk system.

View Replies View Related

Uptime Graph Of Site

Anyone have any sugestions of how to implement a rudimentary uptime graph on
a web site so client can monitor webservice availability.

View Replies View Related

Easy Graph In Asp Or Html?

What is the easiest way to create a graph in either asp or html code? Is there one? I am doing several SQL queries the result of which I will give me a number. I need to put this number into some kind of graph (bar graph) on the page. THe number will vary so it must be some type of dynamicly created graph.

I would prefer to not use a thrid party tool to do this if possible ......

View Replies View Related

Chart/Graph Component

Can anyone reccommend a decent chart/graph component to use with asp 3 (Not .net)

View Replies View Related

Create Line Graph

How can i create line graph in asp page. I have a sql sp which return month and value. I would like to display value for each month on line chart.

View Replies View Related

How To Show Excel Graph

i want show excel graphs in asp page. can anyone tell me how to do it. whenever i will update excel graph it should be shown in .asp page.

View Replies View Related







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