Windows XP Professional Amd Athlon XP 2.1 Ghz 512MB ddr Okay I have spyware on my machine. This one is very unusual. Here is how it all goes. Of course the...
System Administrator
System-Administrator-...
Jul 1, 2004 11:49 pm
4769
Have you tried any of these: AVG Free AntiVirus: http://www.grisoft.com/ Ad-Aware: http://www.lavasoftusa.com/ Spybot Search and Destroy:...
hello, I have to build something like a formula editor, which allows only operators like +,-, /,* and round brackets. the formula is to be built with alphabets...
Hai all! I am creating an Excel Report from ASP. It is creating many sheets & Graphs(I have attached my coding below) Now they uninstalled MS office from the...
hi seetha i am do ing same coding in vb in later i will sen that code you anly that code you get some id pls send err no also message rgds s rajinikanth mca ...
Hello there, I am currently learning how to use asp, and, with some help, trying to write my own asp. There is a query.asp in our website for searching html...
You can use a component like asptear for this or use xmlhttp http://www.google.com/search?q=screenscraping+asp Will give you a hole lot texts about how to do...
HI There, I have an access db to which I am trying to insert multiple strings. The page has a list of checkboxes and every row has a hidden field with the...
Hi There, I tried this and the program still crashed when I tried the bulk insert. Any other ideas? Sean - Thanks in advance for your answer !--- sample Happy...
hi seeth this error appearing only yuo can not create the object so first you create that object by static then try agine any way i will go throug your code...
Hi There, I tried the statement that you posted but there is still some errors with it, so I changed it so that the string field (OptionValue) used the syntax...
If you need ASP or ASP.NET hosting for free then I have got an offer for you. I have been working since February 2004 on FreeSiteSpace and now you can apply...
Hi John, Thanks for the reply, I was hoping that I would not have ot modify the structure of the database in order to make this change, is this my only option?...
The Database example I gave is just that an example, the FixQuotes function will work the same no matter what! John Shepard http://www.freesitespace.us/ ...
hai everybody, i have one probem in java.. non-static variable value cannot be refferenced from a static context if (piece.value.intvalue()==16){...... ...
It is a matter of permissions. You have permissions to map the drive but the ASPNET user doesn't have access to it. ... variable 'b' returns 'false'. This is...
So, it is the permission problem with ASPNET user, not the problem with the user I created locally, 'myPowerUser', and put in web.config(impersonate)? What...
Whatever user you use needs to have permissions on the server that you are mapping to. This problem exists for both classic ASP and .Net You should also...
here is the code to connect darabase using Dsn <% Dim con Set con = Server.CreateObject("ADODB.Connection") con.Open "DSN=mydsn" ' here you will execute your...
Dear all ...... I need to count array, and that array came from checkbox, like : myarray = Request.Form("CheckMark") <-- CheckMark si a checkbox response.write...
Now, I am a member. Back to the question. The server(the network server) I am going to map has a user account, called 'myPowerUser' with Power Users...
Hi all, I am using asp (VBScript) to display data from an Access 2000 database. The problem I have is that I need asp to display ony the records that are...