How to disable a link based on the database value (ASP page)
Hi there, I would like to disable a link based on the database value (ASP page). Does anyone know how to do this? Are there any example available? Need your help. Thanks. ...
Hi there, I would like to disable a link based on the database value (ASP page). Does anyone know how to do this? Are there any example available? Need your help. Thanks. ...
I've got a string I want to encrypt, and I want to do so in a way that a "classic" ASP application and an ASP.NET 2.0 application can decrypt it. What's the best way to do it? I've been scouring the web for different solutions. I've looked at using DPAPI, but it's per-machine, so that's out. Too much work to encrypt it on every singl...
So part of the application I'm working on is still written in classic ASP. Visual Studio 2008 was working just fine to debug the classic ASP, and with the addition of a hotfix it wouldn't even crash when I stopped debugging. This was all working very well for a number of months. Yesterday and today, several members of our group notice...
Indexing Service is set up on our file server to index a couple dozen folders (called "scopes" in the Indexing Service terminology), not all of which are accessible to all users. I have an ASP search script running under IIS with windows integrated authentication, which means that when a user logged onto the network uses the search page ...
I have a classic ASP application using CDONTS. What options are available to allow the ASP application to continue sending emails with something that is standard on Windows 2003 server with the .Net framework 2.0 installed. ...
Assuming that the .php and .aspx extensions have been hidden from the URLs, are there any clues in the HTML that might suggest the site is coded in either php or asp? Cheers. ...
I am relatively new to sql and asp. My problem is that i need to be able to upload a number of image files, mainly jpgs, to a sql database database. Then i need to be able to display them as part of a catalogue. Ive searched around for a while and am struggling to find anything that seems to let me do this. Any help or guidance would b...
I need to know if the application object in ASP 3.0 is shared between all the web site in the same application pool in IIS or it's one application object by site in the same application pool in IIS. Thanks ...
Hi there.. I have one question. How to change the link after the user has submitted the form? What I mean is that once the user submit the form, the link that direct the user to the FORM will be change to another url which is ViewFormA.asp. How can I do that? Need your advice. Thanks. ...
Hi, This is my stored procedure: ALTER PROCEDURE its.sp_WriteTransaction ( @LoginID int, @PersonID int, @BusinessID int, @TransType smallint, @LastHost varchar(15), @TransData varchar(255) ) AS DECLARE @TransDate DATETIME SET @TransDate = GETDATE() INSERT INTO Transactions (LoginID, PersonID, BusinessID, TransDate, T...
Set objCDOSYSMail = Server.CreateObject("CDO.Message") Set objCDOSYSCon = Server.CreateObject ("CDO.Configuration") Set Flds = objCDOSYSCon.Fields Flds.Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 Flds.Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = "any mail" Flds.Item("http://schem...
I'm trying to convert this PHP code to query a Lotus Notes Ldap directory in Microsoft ASP $ldap_serveur = "ldapserver"; // Nom ou IP du serveur LDAP $ldap_port = 389; // Port de communications ldap (389 en standard) $ldap_base = "O=SI"; // Base de l'annuaire LDAP $conn_ldap=ldap_connect($ldap_serveur, $ldap_port); if ($conn...
Hi there.. I have table 'COMPANY' where it keeps all the companies information. In the form, user need to choose their company based on the list provided. My problem now is how can I display the other information that related to the company that have been chosen by the user? For example, the user choose company ABC. The name of the com...
How can I check latency between server and client using asp.net. I would like to ping the server from the client and get back the results. Is this possible? I can ping the ip address of the client but obvisouly this doesn't work for numereous reasons. For example on speedtest.net they check latency and report back milliseconds I woul...
Hi there, Does anyone know how to disable link based on date. For example, by 30th August the user can no more access the page..Need help. Thanks. ...
hi friends, In my asp page there is one textbox name "ProductName" if i write any thing in that textbox and refresh that page , textbox is not clear in firefox. But i open this same page in Internet explore and write any thing in textbox and refresh the page, my textbox comes clear why textbox not comes clear in FireFox? This is the ...
Hey, I've tried several variations of ASP & PHP native & 3rd party mailer programs. I have hit a wall at almost every point between setting ini parameters from within the scripts to permission denied/transport fails. I would be wasting time to show my examples for what I've tried so far. All my searches produce too many results with t...
Hello, I am getting this error as WSAGetLastError() returned 10061, Connection refused can anyone please advise me the reason and where to look for the cause of this error? ...
Hi, Does anyone know how to retrieve and display data from database using combo list? What I mean is this..I have a form..in the form there is a combo list and two textfiels..the user need to choose their company using that combo list..once they have chose their company, the address and contact number of the company will be display in t...
I have a website in which some pages are in ASP and some pages are in ASP.Net, But my problem is when i execute it on my Local PC then it is working But when I execute it from Our Server then Got Error " unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of...