0
votes
3answers
10 views
ASP running in 64 bits environment with Access database
I have a customer since 2003 running a simple web site built in asp 3.0 with an access database file (.mdb). Recently that customer aquired a new server that came with windows 2003 server 64 bits and …
0
votes
2answers
20 views
ASP .Net Repeater Header Per Group (i.e. Month)
I have a datasource which contains dated items per row. These will be bound to the repeater and ordered by date. I'd like to present each month as a seperate table when rendered but is there a way to …
0
votes
2answers
15 views
Is it possible to ceate a DSn to my FTP Account
hi,
i using sql2005, my hosting company allow me to use 300mb for my sql server. i wand to increase my sql database size
but i have 300GB is available in my FTP account.
Is It possible to create a …
1
vote
2answers
17 views
Asp website with vbsript functioning differently on different servers
Hi there,
I am currently trying to move a web site from one server to another, one of the asp pages contains some vb script that looks like this:
Dim oSearch 'AS Object
Dim strXML 'AS String
…
0
votes
4answers
57 views
A generic type as a parameter.
My first question is, is it possible to specify a generic type as a parameter,
secondly, is anything such as the pseudo code ive listed below possible?
I assume it will be using .net 4.0 and the …
-3
votes
4answers
29 views
name of the site which have Multilanguage option ? i want solution in asp
i want the name of the websites in which options for multi languages available....
EX...
English,
Turki,
Dutch,
By selecting English The websites contents should be in English language..
Thanks
…
0
votes
0answers
8 views
how to connect ms sql server with aspwebsite project?
in my project, there're name,surname,e- mail regions.then user must tick to "Okey".if users entered textboxs correctly, i want to transfer these knowledges to my sql database. how can i do that?(in …
0
votes
8answers
129 views
SQL query, can i have WHERE as a wildcard?
Hello everybody!
Is it possible to have the WHERE as a wildcard in a SQL query?
I have this simple query:
SQL = "SELECT ID, Firstname, Lastname, Company, City, Email FROM table WHERE * LIKE '%" …
0
votes
3answers
42 views
ASP IDE on Windows
What is the best free alternative to Visual Studio for ASP development on Windows platform?
0
votes
1answer
16 views
Eclipse – ASP classic plugin
Where can I find an Eclipse plugin for ASP classic?
0
votes
1answer
32 views
Accessing an asp.net web service with classic asp
My company is considering working with another company on a particular module. Information would be sent back and forth between us through my web service. Thing is, my web service uses ASP.NET, and …
0
votes
1answer
42 views
Get authenticated user from ASP.NET in ASP classic
Hi
I have a lot of ASP.NET 2.0 applications using the form authentication. It works well but now I need to integrate this in one of our old ASP classic application. I've checked this Scott Gu blog …
1
vote
2answers
62 views
Formatting floating point numbers in ASP
A friend asked me to update his shopping cart software. It's written in classical ASP using IE's JScript. I can't seem to format the variables correctly.
. <% if (oOrder['product'] == "camera")
{ …
0
votes
1answer
34 views
Access and classic ASP error 80004005 System resource exceeded.
An old site on shared hosting has developed an error when executing a simple SQL statement
Microsoft JET Database Engine error '80004005'
System resource exceeded.
/411971/users1.asp, line 68
…
1
vote
3answers
65 views
Classic ASP development
I work with a actively developed production web application that is written entirely
in Classic ASP. Like most classic asp applications it is a mess full of spaghetti code. So I am beginning to …
