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
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
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...
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...
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...
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
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...
There is a syntax error in update statement. Check it once. it shold be like "update table_name set col_name1=value1,col_name2=value2 where col_name3=value3"<br><br>
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 and use them in asp.<br>Anyway i got it. <br>Thanks.<br>Kiran
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...
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...
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.