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

    Wrong Colors - NVIDIA FX3400

    I have two IBM T750 17" monitors configured for twinview - both monitors are functioning correctly, with the right resolution and screens can be stretched across both monitors. But the second monitor (connected to second port on the Graphics card) GUI has weird/wrong colors. How can I fix this...
  2. Bipasha

    NVIDIA TwinView - IBM T221 and 17" T750 Monitors

    I'm trying to get TwinView to work properly on two different monitors (IBM T221 and IBM 17" T750). I have RHEL WS3 Update3 installed on my workstation (with a NVIDIA FX3400 Graphics Card). I setup my XF86Config file to include details for both monitors. TwinView works, but the maximum resolution...
  3. Bipasha

    Error: Can't open display

    Hi, I recently installed Red Hat Linux Advanced Server 2.1 on an Itanium2 box - but I cant seem to start X server on it. Could anyone please advice? Thanks in advance.
  4. Bipasha

    Creating Disk Space for New User

    I created few new users on my Linux Server and have assigned them login ids, passwords, group ids and home directories. I also want to assign specific disk spaces for each new user/account. How can I do this??
  5. Bipasha

    Mounting floppy drive - on Laptop that has no floppy drive

    I'm trying to setup dual boot (linux/win 2k) on my laptop. I successfully installed the 2 OSes. Now I need to retrieve 512 bytes out of the MBR to copy into windows. But my laptop doesnt have a floppy drive, so how do I copy the 512 bytes?? Please help
  6. Bipasha

    Paging CSV files

    Could anyone suggest how I could page through CSV (Comma Separated Values)??
  7. Bipasha

    ASP Script Timeout Error

    When I try downloading recordsets with 75-100 records - downloads are succesful. Trying to download large recordsets always gives me a script timeout error. Is there a method to optimize the process (either modigy ADO connection or effective method of looping through recordset, etc..)?? Could...
  8. Bipasha

    CSV

    Could anyone help me with converting reports in ASP format to CSV (Excel) format??
  9. Bipasha

    Modifying Rows in a DB

    Could anyone help me implement this?? When one user is modifying a row in a DB - no other user should be allowed to modify that row of the DB??
  10. Bipasha

    Method to Refresh a Page in ASP

    Any suggestions on how to refresh a page in ASP specifying a specific delay value?? Thanks in advance
  11. Bipasha

    Sending Email from ASP using CDONTS

    This is the code that i've written: Set objUN = objDB.Execute("Select * from users where useremail ='" & request("email") & "'") If request("username") = "Get Username" then If not objUN.EOF then Set objSendMail =...
  12. Bipasha

    Highlighting V alues in a Drop Down Box - Database

    This is the code I have to display a drop down box with values from 1 to 100 <select name=&quot;reports&quot;> <option selected value=&quot;1&quot;>1</option> <% for i = 2 to 100 %> <option value=&quot;<%=i%>&quot;><%=i%></option> <% next i = i + 1 %> Suppose I insert...
  13. Bipasha

    Chopping extra COMMAS at the end of a STRING

    Dim array(10) . . . If IsArray(newArray) then value = JOIN(newArray, &quot;,&quot;) Response.Write value End If (Output) value = 14, 15,,,,,,,,, Is there a way to chop the extra commas at the end of the string??

Part and Inventory Search

Back
Top