I have recently switched from Access to SQL-Server.
I'm trying to insert a value of SQL-type DECIMAL into my database from an input Texbox. My question is: how do I do it? Do I have to use CONVERT in my SQL-expression or can I cast the TextBox.value-string to a proper type...
Hello. I need help getting started with an application that should authenticate users via an inhouse domain controller.
The asp-application should run on a Windows 2003 that somehow needs to inherit the user-accounts from the DC... or if it is possible to configure this from VS in webconfig...
I have worked a bit with ASP but have lacking skills in html and css. I'm trying to make a dynamic image map, so my question is:
Is there a way to have an image inside an <area> (for example rect when the page is loading.
/fredrik
I have a problem with an INSERT INTO using ASP connected to Access.The problem is that I get promted
"Index or primary key cannot contain a Null value." when I do the following insert:
INSERT INTO tblHardware(Devicetype) VALUES('something')
Devicetype is not the primary key. The...
I have a problem with an INSERT INTO using ASP connected to Access.The problem is that I get promted
"Index or primary key cannot contain a Null value." when I do the following insert:
INSERT INTO tblHardware(Devicetype) VALUES('something')
Devicetype is not the primary key.
Since...
Is there really no way to execute a file on my server with ASP/Java or some other script.
I can see the security issue with this action, but I really need to run a program to convert some pictures.
Thanks,
Fredrik
I've used ASP with javascript for a while. But I haven't
figured out how to index HTML objects so I can loop through them in a javascript.
If I for instance have four inputfields:
<INPUT name=obj1><INPUT name=obj2><INPUT name=obj3><INPUT name=obj4>
Is it possible to loop through these in any...
I'm using my 2000 server as a print server for Mac and PC:s with appletalk printers. My problem is that I'm unable to capture one of printer-ports (Apple Laserwriter 8500).
Even though I mark the capture-box the printer is still accessible directly through appletalk instead of (as it should...
I'm using my 2000 server as a printer server for Mac and PC:s. My problem is that I'm unable to capture one of printers (Apple Laserwriter 8500).
That is: The printer is still accessible directly through appletalk instead of only through the printer server. Has anyone had this problem (bug?)...
I'm a beginner to ASP/SQL and I just can't seem to figure out what's wrong with this SQL statement where I try to update the column "proj1" in the table "hours" with the integer "P1". I keep getting "SQL statment error"!?
sql = "UPDATE hours FIELDS...
I want to prevent the action when a value in "sumtot" is "NaN". According to what I understand returning false from an onSubmit function should cancel the FORM action?!
code:
HTML:
<FORM name="fm" onSubmit="return CheckValues()" method=get...
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.