I am trying to use ASP code to connection to a SQL Server 2008 instance. The Web server and Database server are separate machines. We have some ASP.NET code with connection strings in a web....
How do I have a field (usually the ID field) increment automatically in MS SQL Server Management Studio Express?
Hello,
I have a database with about 500 or so records in it. I'm setting my pagesize to 10 so that my asp page will display only 10 records per page.
My current page navigation looks l...
I have an asp web form using vb. I would like to populate a text field automatically with the current date. The code i am using is listed below.
I have tried a couple of things without succ...
After open Excel workbook from C# by excel.Workbooks.Open(....., how can I get the value of a checkbox in sheet1?
Hello,
I have a web service that I am attempting to connect to.
The web service is a CAPTCHA web service: http://en.wikipedia.org/wiki/Captcha
The problem I am having is that I need ...
Hello Experts,
Plz help me...
When I get the value of "s_unicode2" in a textbox, it does not convert in it's original format, while when i use response.write or label control it shows ...
When posting to a form, I get this error:
'date' is not a recognized built-in function name.
/insert_reviews.asp, line 43
Below is the code. Line 43 is the cn.execute(sql) but I don...
I cannot seem to wrap my head around this so I need some help.
Ultimately, I need to upload a file with ASP to a remote file store server (all within my corporate network - just a different...
I'm using C# for code-behind; how can I get the value of the selected radio buttons if they are in a DataList ItemTemplate?
Hello All;
I am closing out another post that is dead about this issue. And posting this one, in hopes that I will have enough information this time to get some positive results from every...
Hello All;
This works in Firefox, Opera
But will not work in none of the version of IE from 6 - 8
example HTML
http://ee.cffcs.com/Q_24636756/example.html (Works in ALL as it is Static ...
i am using visual studio 2008 and i want to apply membership controls to my website .
so i opned my project went to website->asp.ner configiration->security
and i am getting following e...
Hello Experts, Would appreciate a little help with a CDOSYS query, I have a page that runs a Stored Procedure, generates a number of recordsets, sends a confirmation email (using CDOSYS) shoul...
Hello
Suddenly for some reason this jmail message has stopped working.
It was working OK on my development machine and my remote server.
Its is still Ok on the remote server but creates an...
We are trying to use AES encryption to encrypt some data and send it to a third party system.
Our system is in Classic ASP, and we are using an AES library we found online. Our results mim...
Hi there,
I'm hoping that some experts might be able to help me with a small problem that i'm having -
Basically I'm trying to connect to sagepay (Formerley Protx VSP Server) to process a ...
Hi - after extensive searching I cannot find the solution to this. I upload a file using csASPupload - which creates a binary. I have a sql tabe with a varbinary(max) column.
The vbscript ...
I am using ASP Fileman to access files on our server remotely. A recent windows security update on our web server keeps causing the error below:
Microsoft VBScript runtime error '800a000d'...
I have a vb script in code behind that builds an html email based on user selected data via a web form coded in asp.net version 2.0. There are two text boxes that the user will fill in that i ...
I want to implement a classic ASP form as shown in http://www.andrebruton.com/recaptcha/
however how do i add validation for the first name, email etc. I'm using the below javascript for vali...
I have a web application which has been developed in asp.net 2.0. The IIS server it will be deployed on is IIS 5.0 on a windows 2000 server. Here is where things get interesting:
.Net 1.0, ...
Hi there,
I am doing some work on a website and am having some problems getting onclick events working with anything other than IE. The website is written in vbscript, Asp and use some javasc...
What is the code to read a cookie that is set by: Response.AddHeader "Set-Cookie", "Name=MyCookie; path=/; HttpOnly" that is in ASP (not asp.net) and is on IIS5.
I have created a web service in dot net. and a asp page to call this service.
if i test this on my local machine every thing works fine.
but when i upload my web service and try to use it ...