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...
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...
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.
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??
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
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...
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 =...
This is the code I have to display a drop down box with values from 1 to 100
<select name="reports">
<option selected value="1">1</option>
<% for i = 2 to 100 %>
<option value="<%=i%>"><%=i%></option>
<% next
i = i + 1
%>
Suppose I insert...
Dim array(10)
.
.
.
If IsArray(newArray) then
value = JOIN(newArray, ",")
Response.Write value
End If
(Output) value = 14, 15,,,,,,,,,
Is there a way to chop the extra commas at the end of the string??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.