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 wOOdy-Soft 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: nadskram
  • Content: Threads
  • Order by date
  1. nadskram

    kinda recursive sub proc in proc

    i havent used stored procs in a while i have a temp table to give me my results and i am able to return 1 set of data but what i want to happen is to traverse up my data tree lets say you have locations like country, state, county, city, area where states have a parent of the country, counties...
  2. nadskram

    usb mass storage

    does windows 2000 server support usb mass storage? i am trying to get a camera to work and i am having difficulty
  3. nadskram

    how do you control paging

    i am just curious of industry standards, like there is such a thing but how do you limit the results shown on a page the way i see it, there are 3 approaches 1. select all and just show the range through looping and begin/end values, i.e show records 11 - 20 2. set page size and page on...
  4. nadskram

    hidden fields in select

    i am actually doing this with asp but i think its a weird html thing i am looping through a recordset and adding options in a select box as i add an option i want to also add a hidden form field so i can keep track of whos in my original select list but when i add the hidden INSIDE the select...
  5. nadskram

    projector/monitor

    i have a projector and a dell laptop the laptop has a vga output, and the projector has a video inoput sounds good right except for the projector to work, i need to enable dual monitors, and the projector is a second monitor, not the screen i am looking at how do i get the projector to see what...
  6. nadskram

    quality ide text editor

    i am new to .net and was wondering if there are any free quality text editors. i have inter dev, and it doesnt really like saving an asp file as an aspx file, and using it as a text file isnt really exciting either figured i would post here before downloading random editors thanks
  7. nadskram

    maintain line breaks

    i want to maintain line breaks for a textarea. i am using access database and asp. problem is text entered like this: hello world! hello world again! looks like this on output: hello world!hello world again! what do you think is the best solution for solving this?
  8. nadskram

    using specific server

    i remember doing this when i worked for someone else, and now i forget i want to say, create this object using someother server, like one that has com objects or my email server
  9. nadskram

    get timestamp/milliseconds

    a fellow developer and i are comparing code to see who's runs faster, but we need a timestamp to compare with. how can i get to that using asp, NOT .net any suggestions would be great
  10. nadskram

    select case for integers

    cant select handle integer ex grade = 86 select case grade case > 90 ltrGrade = "A" case > 80 ltrGrade = "B" case > 70 ltrGrade = "C" case else ltrGrade = "F" end select this doesnt work for me
  11. nadskram

    multiple web sites

    i am used to win2000 and adding a web site under iis is simple, right click, new, web site. how is this done in winXP? all i have is the default and i have no options for adding a new web or ftp site.
  12. nadskram

    remove system icons

    i would like to remove 'my computer', 'recycle bin' and ' my network places' icons from my desktop. is this possible
  13. nadskram

    asp on xp

    my friend has xp and i want to build a little website for him using asp, but i cant find personal web server or IIS? How can i do this?
  14. nadskram

    newbie, PHP_SELF says not defined

    i am a newbie nd my set of tutorials says $PHP_SELF, but my browser spits back Notice: Undefined variable: PHP_SELF in Page on line 18 the phpInfo() thing uses server[PHP_INFO], but my tutorials page doesnt like how i am using the brackets. please tell me why $PHP_SELF doesnt work, or tell me...
  15. nadskram

    i lost dos

    i seemed to have deleted my dos program somehow. can i get it back?
  16. nadskram

    retreiving multiple select options

    I have this javascript that populates a select box when you click on an option in a different select box. Once you are done selecting, i want to send the form with the options to another page that uses ASP to be loaded in the database, but when i get to the other page, it doesnt get either one...
  17. nadskram

    Scripting.FileSystemObject

    I want to use text files for reviews and stories on my web site and cherish being able to test them locally before sending them to my web server. however, my local machine gives me an error when trying to create the Scripting.FileSystemObject. It does work on my web host, but i dont want to test...
  18. nadskram

    Scripting.FileSystemObject - cant create local

    I want to use text files for reviews and stories on my web site and cherish being able to test them locally before sending them to my web server. however, my local machine gives me an error when trying to create the Scripting.FileSystemObject. It does work on my web host, but i dont want to test...
  19. nadskram

    dsn less - updateable recordset

    I am using a dsn-less database and am receiving errors on my web server when trying to update a recordset using a disconnected recordset. there are two functions i wrote, one to get an updateable rs and one to receive a recordset and update the database. It works on a dsn databse, but now that...
  20. nadskram

    using drive object

    I want to be able to create folders within my site, but i am not sure what drive my site will be on, so i didnt want to hardcode my drive letter. I was hoping for a way to use a relative path from current page to creat folders, but it seems like it wants a drive and path, which i must get on...

Part and Inventory Search

Back
Top