Hello,
I have a GridView made with VS 2005 with an edit function.
When I use the edit function and change data and click on update most of the time the data is not updated in the database. There have been situations that I was able to update the data of one row but most of the time this was not...
I have created an ASP.net webpage where people of my soccer club can add information of the matches to play.
The information is stored in an Access database, I use VS 2005 as design tool and have a server with ASP.NET 2.0.
I have defined a format of how to display this information on the...
I have a server 2003R2 which is a DC, terminal server, DHCP server, DNS server.
My clients are XP SP2 and one W2k SP4.
The server has tow NIC’s one for the intranet and one connected to the internet.
The server acts as a NAT router.
I enabled VPN so I can use terminal server from outside the...
I am setting up a new network with a 2003 server and a sbs 2003 server.
At first I didn’t know the sbs needed to be the DC in this network.
I did start with setting up the 2003 server. Now I have a working domain controlled by the 2003 server but I can’t see the sbs 2003.
Now I want to enable...
I have a server running w2k pro for file and internet sharing.
Is it possible to use login scripts with w2k pro or must I step over to w2k server to use this? When this is possible, how must I setup this in short?
Hello,
You often see websites which have rounded images, for example as navigation background. here a link of an example: http://www.dreamweaver-templates.net/showcase/template10/template10.htm
What is the best way to make a such a image an implement it in a website.
I use dreamweaver MX.
I have a Access database which has a table with a field "Tijdstempel". This field is a "date / time" field. When this filed isn't empty this code works fine.
<%
Tijdstempel_connector = FP_FieldVal(fp_rs,"Tijdstempel")
Tijdstempel_connector2 =...
Hi,
I want to be able to read a directory, on a file server. So this isn't a webserver and it isn't a drive on the client PC. I know how to do read a directory on a webserver by using ASP. But I want to be able to read the content of a directory on a file server. Does anybody know how to do...
Hi,
How is it possible to delete a file on the server when a window closes or delete the file after waiting a few seconds?
I now the delete part of the script.
Hi,
I use ActiveX "CreateObject" to create a BAT file. The contents of this BAT file partly comes from a database. Immediately after creating the BAT file, it will be "executed" and an application is started with the right parameter, which comes from the database.
When...
I want to make a form with 2 radio buttons and 1 submit button. When the user clicks the submit button a cookie must be written. The contents of this cookie differs corresponding the selected radio button. After that the page must redirect corresponding the selected radio button. When no radio...
I have to determine whether a user works on a CAD–system or a PC. To do this I ask the user what he is using and write a cookie with this information. The cookie is stored at a "personal" network drive. Is there a way to force a cookie to be placed at a certain directory on the PC or...
How can I check if a file on the user's PC exists (so not on the server side, but the client side). I did try the following script:
<%
Set fs=CreateObject("Scripting.FileSystemObject")
If (fs.FileExists("c:\COCO_recognize_file.txt"))=true Then...
Hi,
I have a database result page where I have a number which I send to another page in a new window by a hyperlink. The number is send by asp code like this: <a href="Write_BAT.asp?Drawing_number=<%=FP_FieldURL(fp_rs,"Drawing_number")%>
Now I want to open this new window as fast...
Hi,
I am having problems with my IIS 5.1 server on one particular asp script.
The servers runs fine until I try to run this script. Then the page won’t load and after that the server doesn’t respond until I shut it down and start it again. The script does run on a IIS 4 server, so what can...
Hi,
I am having problems with my IIS 5.1 server on one particular asp script.
The servers runs fine until I try to run this script. Then the page won’t load and after that the server doesn’t respond until I shut it down and start it again. The script does run on a IIS 4 server, so what can...
Hi,
I am having problems with my IIS 5.1 server on one particular asp script.
The servers runs fine until I try to run this script. Then the page won’t load and after that the server doesn’t respond until I shut it down and start it again. The script does run on a IIS 4 server, so what can...
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.