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!

Recent content by kirankumar

  1. kirankumar

    file access error

    Hi Mr.Arlequin, I know that it's file permission error. I want to know how to set the permissions. thanks Kiran
  2. kirankumar

    file access error

    Hi, I am getting the following error when try to move files from my local machine to the server. an exception of type 'Microsoft vb script runtime error:permission denied' was not handled Your help is appreciated Kiran
  3. kirankumar

    sorting a multidimentional array in javascript

    Dear Pete,<br>Thanks a lot.<br>I am working on it.<br><br>Kiran
  4. kirankumar

    sorting a multidimentional array in javascript

    Dear pete,<br>I have already done most of the things. Only thing i need to do now is a logic to sort the array. Forget about the javascript and all those things.Just give me the logic to sort an array(an alogorithm).I will try to implement the same in javascript.<br><br>Thanks <br>Kiran
  5. kirankumar

    sorting a multidimentional array in javascript

    Dear Pete,<br>I cannot give you the code because it's too lengthy.But i can explain the situation.<br>1. I am selecting ssn, fname, lname from a table from my asp page.<br>2. I am storing that recordset in a javascript array.<br>3. I am able to dispaly them in the form of a table.<br>4. The...
  6. kirankumar

    sorting a multidimentional array in javascript

    Hi,<br>I want to store the records in a javascript array, so that i can do the client side processing like sorting on a different column or field. I am able to store the records retrieved from database in an array. But i am not able to sort it. Somewhere it's going wrong. If you have any logic...
  7. kirankumar

    How to add values to a list box

    Hi ija,<br>Thank you very much. It's working. Really you helped me a lot.<br><br>Thank you agian.<br><br>Kirankumar
  8. kirankumar

    How to add values to a list box

    Dear Pete,<br><br>I tried with the same code. But its not working. I am getting the alert but not the new values in select box2. Here is the code in the command button click event.<br><br>function assign()<br>{<br>var...
  9. kirankumar

    How to add values to a list box

    Hi,<br>I have two list boxes on my form. What i need to do is to add the values selected in the first list box to the second list box. Both have multiple selection option enabled.<br><br>Thanks in advance
  10. kirankumar

    storing the records retrieved from a database

    Thanks Durbin,<br>I am working on that.<br>Kirankumar
  11. kirankumar

    storing the records retrieved from a database

    Hi,<br>I want to store the records retrieved from a database for further processing in the same page.Further processing here i mean like sorting the records on different fields.The values are same, but the sorting order field needs to be changed whenever the user click on a field.If you have any...
  12. kirankumar

    The Update Command

    There is a syntax error in update statement. Check it once. it shold be like &quot;update table_name set col_name1=value1,col_name2=value2 where col_name3=value3&quot;<br><br>
  13. kirankumar

    How to Access an Oracle stored procedure with in asp

    Hi Nick,<br>I did not ask you to write the full code for the stored procedure. I just want to know how to declare the parameters&nbsp;&nbsp;and use them in asp.<br>Anyway i got it. <br>Thanks.<br>Kiran
  14. kirankumar

    How to Access an Oracle stored procedure with in asp

    Hi<br>I want to accesss an oracle stored procedure from an asp page.I am trying to pass employee number and get the information about that number from emp table to display in my asp page.I am not familier with writing oracle stored procedures. So i need the code for the stored procedure and also...
  15. kirankumar

    ADODB command error: out of acceptible range...

    Oh, <br>Now i got where exactly ur doing wrong. adcmdtext is not a user defined variable, it is a vbconstant. So delete the declaration statement for the adcmdtext variable and try to execute the code.If it does not work that means you have not inluded adovbs.inc file in your file or it is not...

Part and Inventory Search

Back
Top