I have a client who needs somebody to develop a "countdown widget" for their main public website.
It has to do with graduation dates.
So, any customer not registered with the widget would see "Start your Graduation Countdown". Clicking on that would do something like provide them with an input form that includes name and graduation da...
hi friends,
Can someone tell me how I can make a table be 100% height in Mozilla browsers?
this is the html code
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="177" height ="100%">
<tr>
<td height=...
I have a web site that runs both classic ASP and ASP.NET Webforms. The sessions for each are separate.
I need to hit some asp page whenever a request is made on the ASP.NET pages.
Why? Because I need to extend the ASP's session so it doesn't expire.
I know this is going to cause a number of issues and I really really don't want to...
I have the following line in my IsapiRewrite.ini file:
RewriteRule ^/test-url.asp$ http://www.google.co.uk/ [R=301,L]
But it doesn't do anything...
However, this DOES work:
RewriteRule ^/test-url.asp$ /
Is it a case of enabling Redirect or something like that? I would have thought that if the IsapiRewrite4.dll is running, the r...
I am new to ASP.NET, experienced with WinForms and WPF. Go easy on me.
When my page loads, it hits the database and queries a table for choices to put in a drop down list. Now if you do a postback on the page, do you reload the values in the form_load? It seems unnecessary to hit the database twice. My assumption is that I put the f...
I have the following code that creates a serverside object of the xmlhttp class. I am trying to connect to a site that requires basic authentication. I am able to get this to work with the code below.
What's the problem? Well I'm passing the credentials using the open call. That alone is not enough. I must also set the authorizatio...
This should be painfully simple, but I cannot come up with a working connection string for a local copy of SQL Server 2008 using Windows Authentication. I've tried using the Data Link Properties tool to create a connection string and it has no problems connecting, but when I copy paste the generated string into my ADODB.Connection object...
hi there..
does anyone know how to create a bar/pie graph based on the value from database in ASP? For example, i would to create a graph based on the number of people who went for vacation in certain state..I would like to retrieve the value directly from database..need help..thanks..
...
ASP page is not being displayed completely. When viewing, user cannot scroll to end of page, data is truncated. When viewing the web page source, all of the data is present. When I save the web page source as a html file, then load in browser, all data is scrollable.
note: user can scroll to see most of the data, but not all. Canno...
hi there,
i would like to have a printer friendly function in PDF format for my website. I'm using asp classic. how can i do that? need advice. thanks..
...
I have an ASP web application which has pages with static content as well as dynamic content(data from database). I want to implement a search feature in the site.I Can do this with the dynamic data easily by framing the select query based on the search keys and pull data from the tables,But i would like to know how can i implement the ...
I need to run some classic ASP locally before deployment to a legacy web application. To make things worse, my current workstation is a Windows 7 Ultimate x64 with VS2008 environment.
What are my options for testing/debugging?
One option I tried was Baby ASP Server, but I am actually running an ASP script I know should fail (on Create...
I have a ASP application running on a IIS7 server on Windows Vista Home Premium (developing environment). The application has an ASA file to configure connections to the database:
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Application_OnStart
Application("db") = 2
Application("dbconnect") = "Driver={MySQL ODBC 3.51 Driver};Ser...
How can I show my google analytics traffic report (AKA 'View Report') via asp.net or classic asp?
Thanks
...
Hiya all,
I've connected to database, using data set .xsr now I wan't to extract all rows in my table. Here is my table structure :
Lastname
Address
zipcode
city
country
email
So here is one example of table row entry :
Danish Morten Olsen 58b 82341 Kobenhavn Denmark [email protected]
Now I'd like for someone to tell me how can I ext...
In my view, I have included the Master page as follows:
<%@ Page Title=""
Language="C#" MasterPageFile="~/Views/Shared/Mall.Master"
Inherits="System.Web.Mvc.ViewPage<DomainModel.Entities.Seller>" %>
And in my Mall.master file, I add a link to include a general css file
<link rel="Stylesheet" href="../../Content/MallMast...
Here is my current situation. I have a Classic ASP script that gathers data from multiple sources then creates an XML file. Only once the script is done running should the newly created XML file (static name) be copied to a remote server. Since ASP cannot see the mapped network drive, I can't use ASP to copy the file over to our server. ...
I'm having a problem showing detailed errors for classic ASP pages. Initially it just showed default 500 error page, we then followed the instructions here
but now it only shows:
An error occurred on the server when
processing the URL. Please contact the
system administrator.
Any ideas?
...
I've faced a bit strange problem. There is a site client would like to duplicate on another domain name. Site is built on ASP(yes, old v1 ASP :( ) with SQLServer. Problem is that all the database operations, including connection information is compiled into a DLL library.
Is there a way to some how intercept, override or workaround this...
I use JMail to send emails in ASP. I have manually configured Default Pickupdirectory in registry for JMail to euqueue emails to the specified folder.
But every time JMail says cannot find pickup directory. It seems it is not able to detect the registry value.
Does anyone have any ideas? Thanks
...