Hi Everyone,
Our users in intranet, sometimes when they click a web page, they got error page: Page not found. When they refresh the page, the page comeup. Does anyone know what could be wrong?
Thanks you ahead!!!
I don't use ADO to retrieve data. I read data from a xml file. In my asp, I put all the data in an array first, then use For i=0 to rcdlength -1 ... next to display data. if i change for loop to for i=0 to 520 ... next the data displyed ok.
Hi Everyone,
I'm tring to display a large of data to webpage. I use loop statement: for i = 0 to rcdlength-1 ... next. If the data has more than 520 records, it display error page: page unavailiable. Someone told me to put response.flush inside the loop before every next statement. It...
Thank you for your replay, cLFlaVA. Please my code below. Buttons in each row have different name.
<table>
<tr>
<td>aaaaaa</td>
<td>
<table>
<tr>
<td><input type="button" value="Y" name="SEL1" />yes<td>
<td><input type="button" value="N" name="SEL1" />No<td>...
Hi Everyone,
I have a page have mutiple rows, each row have a set of button, 2 buttons per set, one for yes, one for no. they have same name. But buttons in different row has different names. I want to create a "Select All Yes" button, when I click it, all rows will select yes button. Please...
Hi,
I try to use MSXML2.ServerXMLHTTP to get an excel file and display on line, I got error on the last line:
response.write httpdoc.responseText
Please see the following code:
queryString = "http://myipaddress/reports/WRP0553.XLS"
Dim httpdoc
Set httpdoc =...
Hi Everyone,
I'm new to visual studio .net. I'm practicing to create a web application using c# in Visual Studio .Net.
I creatd oleDbAdapter1, oleDbConnection1, dataSet11, and changed DataSource of Datagrid to dataSet11. When I run, I got the folllowing error message:
Login failed for user...
We have SourceSafe installed in the server already, now I tried to install sourcesafe to user's pc. I intalled with option Share Database Server. After I run setup.exe, I maped the user's pc to vss server. I tried to add user in server. but why the user's folder is created but no ss file in...
Hi Everyone,
I know if we want to copy a spool file to pc folder. I have to do:
1) copy spool file to a flat file with *PRTCTL.
2) write a rpg program to convert control character in the flat file.
3) cpytopcd
Anyone know better way to copy spool file? Like Java class?
Thanks
Jade
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.