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 Mike Lewis 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
  • 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, im really sorry. it works fine. Thanks a lot to everyone. pls forget the previous message that i sent. once thank u very much. -Lenin
  6. lee2k

    asp - filesystemobject

    hi, the path is correct. no problem in it. i have turned off the Script Blocking in the Server. i have set read/write permissions. etc. but still the code is not working. i tried in many ways. im also looking for this type of process for the past 6 months. nothing works out. pls help me...
  7. lee2k

    asp - filesystemobject

    when i call this function, the browser keep processing and returns nothing.. here is the code: sub CreateTemp() dim strFirmID,objMyFile,strPath set objMyFile = Server.CreateObject("SCRIPTING.FILESYSTEMOBJECT") strFirmID = Session("FIRMID") strPath =...
  8. 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...
  9. 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...
  10. lee2k

    bulk mail from asp

    thank u very much and ill try that
  11. lee2k

    bulk mail from asp

    hi, thanx for ur suggestion. but there is a limit in bcc. i dont know how much. if u know pls let me know -lee
  12. 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...
  13. 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...
  14. 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
  15. lee2k

    Does Netscape support XML?

    hi, i wanna know whether netscape supports xmldom. i need it very urgently thanx in advance
  16. 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
  17. lee2k

    javascript & ASP

    hi, i think this will work and check it out. actually response.write method is just write into the explorer. cant assign like u did. function openWindow() { var newWind=window.open(&quot;image_upload.asp?PIctureID=<%...
  18. lee2k

    javascript &amp; ASP

    hi, i think this will work and check it out. actually response.write method is just write into the explorer. cant assign like u did. function openWindow() { var newWind=window.open(&quot;image_upload.asp?PIctureID=<%...
  19. lee2k

    Search in XML

    thank u for ur comments
  20. 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;>...

Part and Inventory Search

Back
Top