| Subject | Date Asked |
|
| apostrophie error | 7/22/2008 |
Q: if i input a name say O'neill in the User textbox insert statement produces an error.. Please can ... A: replace sSQL = "Insert into Detail values('" & Request("SerialNumber")& "', '" & ...
|
| asp update | 7/16/2008 |
Q: my update code runs and executes but does not update the database, can u please help. <% sSQL = ... A: if that didn't print anything out then there is something wrong with If Request("Submit") = ...
|
| Using another db's tables | 3/14/2008 |
Q: I have 2 separated SQL server databases on 2 machines: db1 on computer1 and db2 on computer2. I want ... A: Do you have login details for both databases? If you do you can set up a DTA data transformation ...
|
| Open Crystal report 9 from ASP | 3/10/2008 |
Q: I am a webdeveloper working in one of the county organization. I need some help in to open crystal ... A: Are you trying to open the .rpt file and then convert to pdf to print? if your just trying to view ...
|
| Share data on a web page? | 3/10/2008 |
Q: I call prospects and qualify them on the phone then pass them along to my client, a debt settlement ... A: I do not know of a company that does this, how ever if I have understood the scenario it wouldn't be ...
|
| cdosys | 3/4/2008 |
Q: I dont know how send a mail with delivery notification from my asp page using CDOSYS A: This article should help you:- http://support.microsoft.com/default.aspx?scid=kb;en-us;Q302839 Just ...
|
| hyperlink to open a disk file | 2/20/2008 |
Q: In html page I can open a disk file with this code: <a ... A: where the files are kept you will have to set it so they are shared. If you reference it as file ...
|
| errror to find username ldap adsi | 2/14/2008 |
Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ... A: are you familar with IIS (Internet Information Services) You will need to do the following:- right ...
|
| errror to find username ldap adsi | 2/14/2008 |
Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ... A: Try this <% if Request.ServerVariables("LOGON_USER") = "" then ntusername = "" else ...
|
| errror to find username ldap adsi | 2/13/2008 |
Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ... A: If you do a response.write for Request.ServerVariables("LOGON_USER") you should find the username ...
|
| asp | 2/8/2008 |
Q: how can i attach an asp script to a button ANSWER: Do you want to the script to execute some asp ... A: ok, for a button you would or could do this in a page called nameofpage.asp <%if request("submit") ...
|
| Custom Windows Authentication Login Box | 1/10/2008 |
Q: The site made me start a new question stating that there were too many follow ups. They don't use ... A: Ok, from my point and using asp you will have to go down the LDAP root. I think you will need to set ...
|
| Custom Windows Authentication Login Box | 1/10/2008 |
Q: I have an ASP site that I want to password protect for a few users (about 10). I want to use Windows ... A: Ok, when they logon to the network, do they use the Remote Desktop to browse and work from home on? ...
|
| Custom Windows Authentication Login Box | 1/10/2008 |
Q: I have an ASP site that I want to password protect for a few users (about 10). I want to use Windows ... A: Ok, Are your users logging on to the network? You can try and bind directly to active directory. I ...
|
| Custom Windows Authentication Login Box | 1/9/2008 |
Q: I have an ASP site that I want to password protect for a few users (about 10). I want to use Windows ... A: To get the users windows login id you would have to set Windows integrated Authentication on the ...
|