Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lee2k
  • Content: Threads
  • Order by date
  1. lee2k

    DataColumn from DataSet

    Hi, I have a DataSet which has a column with repeated values. I want to extract the unique values (of that particular column) out of that dataset and should assign the values to a DataColumn. Is this possible? Thanks in advance -Lee2k
  2. lee2k

    access client xml file

    is it possible to access an xml file which is stored in the client machine using javascript/vbscript?
  3. lee2k

    inserting gif into a dll using VC

    hi, Is it possible to add a gif file into a dll using VC++. i can open the dll file as Resource file type and i can see the files that are included in a dll. i need it badly. thanks in advance. -Lee2k
  4. lee2k

    Difference between HTTP and WWW

    hi, do anyone know whats the difference between http and www when we type some URL in the browser. ill really appreciate if anyone reply for this question. thanks in advance -Lee
  5. lee2k

    asp - filesystemobject

    Hi, i have used FileSystemObject to create a folder in the server using an .ASP file. but when i run that asp file the browser keep processing something and there was no reply (either success or failure) from the server. i have set the Write permission for the particular port that im using. i...
  6. lee2k

    asp and vc++ com

    hi, i have a vc++ component which has 3 parameters out of which 2 are input and the 3rd one is output parameter. this 3rd parameter is a pointer variable. im just adding the first 2 parameters and returning it to the 3rd parameter. i used this component in VB and i got the correct answer but...
  7. lee2k

    bulk mail from asp

    hi, i want to send mails (bulk mails) to the users who are all registered with my site. right now im using cdonts.newmail and looping around the recordset until the EOF. i think this makes the server slow. is there any other possibility to send such bulk mails. i think i can use MSMQ. but i...
  8. lee2k

    Execute reader error - urgent plz

    hi, if i run the aspx file i get the following error: "ExecuteReader requires an open and available Connection. The connection's current state is Closed.". i didnt use ExecuteReader anywhere in the coding. actually im using 3 files to validate the username and the password of the...
  9. lee2k

    XML with Netscape 4.0

    i have netscape 4.0. if i open an XML file its not opening as like in IE. netscaped is giving an errormessage or save dialog box. is there any plugin for using XML in netscape. if so tell me how. thanx in advance
  10. lee2k

    Does Netscape support XML?

    hi, i wanna know whether netscape supports xmldom. i need it very urgently thanx in advance
  11. lee2k

    hi, As im doing a b2b site i wan

    hi, As im doing a b2b site i wanted to know in what are all the ways that i can use XML to make the site efficient. which version of netscape supports XML? Thanx in advance Lee
  12. lee2k

    Search in XML

    hi, i want javascript or vbscript codings to find &quot;bk102&quot; record in the following xml file. is there any way to findnext() method to find next matching. thanx in advance ======xml file starts====== <?xml version=&quot;1.0&quot;?> <catalog> <book id=&quot;bk101&quot;>...
  13. lee2k

    vb - asp - DLL error

    hello, i have created a dll in vb with a function processform and registered using regsvr32. when i am calling the function in asp using server.createobject i am getting the following error. ----------------- CarComponent error '800a005b' Object variable or With block variable not set...
  14. lee2k

    Selecting Two Values in a Multiple List Box

    hi, in a form named &quot;f1&quot; i have a multiple list box named &quot;m1&quot; with ten values such as &quot;one&quot;,&quot;two&quot;,&quot;three&quot;,....&quot;ten&quot;. if i click a button then &quot;three&quot;,&quot;five&quot; and, &quot;Seven&quot; should be selected. i want to...
  15. lee2k

    selecting two values in list box

    hi, i want to select two values in a multiple list box which has more than 10 values. if anyone knows how to do using javascript please let me know. thank you, lenin

Part and Inventory Search

Back
Top