First of all, I have read all of the solutions I could possibly find for this
issue. Secondly, none of them work for me.
I am using: WinXP Pro SP2, VB6, ASP
Here is a breakdown of my problem:
- I have created a custom ActiveX DLL named DLObjects with a class named
DLFactory.
- I have ...
more >>
Hi,
My asp application needs 2 variables (uid, password) which i need for
running sql statements.
This is not the same uid , password used for the logging by the user, but
are supplied by a Radius server. My problem is i'm supplied with the uid,
password only once by the Radius server(...
more >>
Hello,
I've converted an existing ASP.NET 1.1 project to Visual Studio 2005.
There is a problem with the Datagrid control. The Update & Cancel commands
are not working anymore (Edit is working).
Ive noticed that the postback generated javascript has changed since
ASP.NET 1.1. For Example...
more >>
I am currently developing an ASP.Net website for a client and one of the
users is not able to see images rendered by the AdRotator control. I have
other images on the page that are showing up. Most of them are being
displayed using the css background-image attribute. I looked over the HTML
t...
more >>