Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4768 - 4797 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4768
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-...
Send Email
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:...
John Shepard
johnyshepardks
Offline Send Email
Jul 2, 2004
10:42 am
4770
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...
kml_s
Offline Send Email
Jul 2, 2004
12:46 pm
4771
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...
Seetha
poojsee
Offline Send Email
Jul 3, 2004
8:53 am
4772
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 ...
rajini kanth
rajini_sd
Offline Send Email
Jul 5, 2004
1:11 am
4773
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...
hellokellynoky
Offline Send Email
Jul 5, 2004
6:07 am
4774
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...
Mischa Kroon
aemca_san
Offline Send Email
Jul 5, 2004
9:43 am
4775
I just replied to a question that is similar: http://tinyurl.com/2mkjg ... options...
John Shepard
johnyshepardks
Offline Send Email
Jul 5, 2004
10:40 am
4776
... report. ... in ... [section]" ... & "' ... pcode='" ... and ... & "' ... Service....
Seetha
poojsee
Offline Send Email
Jul 5, 2004
11:08 am
4777
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...
sean12302000
Offline Send Email
Jul 5, 2004
8:00 pm
4778
Function FixSingleQuotes(String) String = Replace(String, "'", "''") FixSingleQuotes = String End Function ... strings. ... they ... tried...
John Shepard
johnyshepardks
Offline Send Email
Jul 5, 2004
10:05 pm
4779
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...
sean12302000
Offline Send Email
Jul 5, 2004
10:49 pm
4780
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...
rajini kanth
rajini_sd
Offline Send Email
Jul 6, 2004
12:55 am
4781
try this for statment for i = 1 to Request("chkOptions").count strOption = Request.form("chkOptions") chkOptionsID = Request("chkOptionsID")(i) ...
rajini kanth
rajini_sd
Offline Send Email
Jul 6, 2004
1:08 am
4782
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...
sean12302000
Offline Send Email
Jul 6, 2004
1:56 am
4783
Function FixSingleQuotes(String) FixSingleQuotes = Replace(String, "'", "''") End Function strExample = "It's a boy checkbox $8.00" strExample =...
John Shepard
johnyshepardks
Offline Send Email
Jul 6, 2004
8:09 am
4784
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...
John Shepard
johnyshepardks
Offline Send Email
Jul 6, 2004
8:30 am
4785
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?...
sean12302000
Offline Send Email
Jul 6, 2004
10:49 am
4786
Can any one send me interview related questions and answers .. i need this very urgent .. Thank you in Advance. M.Intkhab Ahsasn ...
intkhab ahsan
intkhab_2145
Offline Send Email
Jul 6, 2004
4:35 pm
4787
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/ ...
John Shepard
johnyshepardks
Offline Send Email
Jul 6, 2004
11:44 pm
4788
hai everybody, i have one probem in java.. non-static variable value cannot be refferenced from a static context if (piece.value.intvalue()==16){...... ...
balaganesh
guurjismaster
Offline Send Email
Jul 7, 2004
11:35 am
4789
In Windows 2003, I mapped a network drive G:. In ASP Net, there is a code snippet: Dim a, b as boolean Dim objDOM as new XmlDocument a =...
Brian Qing
brianqing2003
Offline Send Email
Jul 7, 2004
3:56 pm
4790
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...
bobfilipiak
Offline Send Email
Jul 8, 2004
4:39 pm
4791
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...
Brian Qing
brianqing2003
Offline Send Email
Jul 9, 2004
12:20 am
4792
Hi all I'd like know how to connect to a databse using DSN Connection (System DSN), I'd like know the code only; I did windows steps...
Nader Nabil Nessim
nadernabil2001
Offline Send Email
Jul 9, 2004
10:00 am
4793
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...
bobfilipiak
Offline Send Email
Jul 9, 2004
1:32 pm
4794
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...
Hany Reyad
hany_reyad1976
Offline Send Email
Jul 9, 2004
5:45 pm
4795
Dear all ...... I need to count array, and that array came from checkbox, like : myarray = Request.Form("CheckMark") <-- CheckMark si a checkbox response.write...
Susetio Adhi
susetio
Offline Send Email
Jul 9, 2004
7:07 pm
4796
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...
Brian Qing
brianqing2003
Offline Send Email
Jul 9, 2004
8:02 pm
4797
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...
shawnyharrison
Offline Send Email
Jul 9, 2004
8:58 pm
Messages 4768 - 4797 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help