Does anyone know why am I getting an error message: "C:\... is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides."
Another person built forms and backend database doing it in his own computer having his...
The window promted me to enter login and password and I did so. But I got the same error message as for the Windows NT authentication.
Is it something about the version of SQL Server? The version is SQL Server 7.0 and I am using Windows XP Professional.
Coding
Can you help me solve this problem. When I try to register SQL Server it wouldn't work. When I right-click Microsoft SQL Server node I get window "Registered SQL Server Properties". On General tab I pick "local" server and "Use Windows NT authentication" or "Use SQL Server authentication" and I...
What should I do with my web site to be listed by a search engine like Google, Altavista or Hotbot.
I wrote this line <meta name="keywords" content="..."> inside the HTML <head> tag where I added inside the content quotation marks the keywords related to my site and my web...
What should I do with my web site to be listed by a search engine like Google, Altavista or Hotbot.
I wrote this line <meta name="keywords" content="..."> inside the HTML <head> tag where I added inside the content quotation marks the keywords related to my site and my web...
I forgot to mention that I get the same error message on the same line in the save.asp file with a code for Access database.Does that mean that both databases settings are OK and something is wrong with IIS settings or else?
Thank you for your help.
Does anyone know how to fix this bug which error message is showed below:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
-----------------------------------------------------------
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are...
Hi,
does anyone know how to get together DELETE and UPDATE buttons on one page. Actually, I can code them separately on two pages. So I must have a link for one of them to go to another page and to use the another button.
The form is being submitted by one button only to one unique page while...
I am trying to get new line by ASP underscore(<%_%>). It is OK. I tested it so it works.
function selectItem()
{
document.the_form.the_area.value += " " + <%_%>
the_form.the_selectbox.options[the_form.the_selectbox.selectedIndex].value;
}
Does anyone know how to retrieve information from database by selecting options from select box? This code works if I put value="John" which is of a string type. But when I put value="<%=rsUserInfo("usr_firstName")%>" it gives me type mismatch error. It seems that...
Does anyone know how to retrieve information from database by selecting options from select box. This code works if I put value="John" instead of<%=rsUserInfo("usr_firstName")%> as option value.
I actually need to fit this code to the application which will email the content...
Can anyone help me how to assign option from SELECT box
by onChange event when I click on any item in the select box and want it to appear on the TEXTAREA at the and of the existing text.
For example:
when I type:
Dear Mr.
and click on the SELECT box to pick some option like in this case...
Can anyone tell me if there is any chance to validate fields that are in a for-next loop. I tried to validate them by this line of code:
function validateUser() {
if (document.rfqForm.description.value=="")
...
document.rfqForm.submit(form);
}
...
<input...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.