Hi Folks,
I develop a .NET web application, it run just find on my old machine. Now I copy/move it to other machine/server.
Both machine have have framework version v1.1.4322, and of course both have Visual Studio .NET.
But when I run the application on the new machine, I get this error...
Hi,
I want to use StringBuilder to concatenate the strings, but I can't find the StringBuilder method in the list. I have .net 1.1 version. Do I need to Imports or Reference and class?
Thank you so much for the help.
Ming
Hi,
I followed your way, however, each time I click on button to launch the application, it just give me a been sound, and stop, then I tried on the simple notepad.exe, and it doesn't work neither. So I think there must be something missing/wrong with it. I already the right to read and...
When user press to Go button, it will run this code, and I expect it will start lauching the dos base Apphire.exe application. But when I click on the Go button, it seem like loading the file, and then stop and nothing happen, the Apphire application didn't launch.
I still look around at...
Thanks ca8msm,
however, some how that it doesn't work in either way. I don't know is that because it is a dos base appplication, so it can't run on the web.
Mike
Hi,
I try to set the print layout to landscape when user print.
I have this code in my asp/html file, but it somehow doesn't work.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
</head>
<style type="text/css" media="print">
@page {size: landscape;}
</style>
<BODY...
Hi all,
I try to expand my array by doing this.
for(int x=0; x < account.length;x++)
{ //System.out.println("in For loop,AccountNumber:"+ account[x].getAccountNumber());
int anumber = account[x].getAccountNumber();
if(anumber == Anums)
{ Match = "true";
aindex = x...
Hi,
I get into a weird problem that I really don't know what happen. I get the string from the vector, the string have something like this:
CreateAccount 1 2000
CreateAccount 2 3000
CreateAccount 3 3300
As you can see, I do a split on the string to get the CreateAccount out of the string, and...
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.