Hi,
I have a Web project that I want to simply upload a file from a client and then display the contents of the file on the browser to the client. I have got the upload part working but am not sure what is the best way to display the data. I tried using labels and textboxes but they do not...
think I have found the problem, I am using that Visual Studio 2003, which I just found out uses .net 1.1. The fileupload control is not present in 1.1. I have converted the project to a Visual Studio 2005 project and it works fine so alls good now. Thanks alot for your help.
John
no that doesnt work, I notice that when I start to type <asp:FileUpLoad> the drop down menu that appears to let me autofill in what I am writing, does not contain <asp:FileUpLoad>. Could there be a problem with the way something is configured to its using the wrong version of ASP.Net? I know...
Hi,
apologies will use the tags from now on when including code.
Thats the thing I am using the same code in both. All I do is create a blank Visual c# project using the asp.net web application template and then in the blank WebForm1.aspx page thats created I click on the html tab and...
Hi,
I am a complete asp.net newbie so apologies if I get terminology or otherwise incorrect.
I am trying to use the asp:FileUpLoad control to create a webpage that simply uploads a file to my server.
This works fine when I simply create a standlone aspx file and place it in my IIS webroot...
Hi,
I am trying to use the <exec> task to run a perl script on windows. I need to source the environment using a .bat file first so I am running the two commands in the same shell.
The code I am trying to use is the following:
<exec executable="cmd" dir="${DMTA}" failonerror="false">
<arg...
Hi,
I am a c++ programmer who has to debug some VB code as part of a certification I am doing, I understand and have written basic VB code but am a bit confused as to why the code I am trying to build wont work. This code definitely worked before so I am wondering is there any problem with the...
modules arent too big, but I would then have to change all other scripts that use the module, which I would prefer not too do, so I was hoping that there is a way of differentiating between the two.
Unfortunately that doesnt seem to work I can get an error telling me that
:
it's cant locate the object method new via Package NamesTest::TestRun
Cheers anyway,
John
Hi,
I am importing 2 modules OrbixTest.pm (resides in /lib/perl) and NamesTest.pm (resides in /Names/lib/perl) using the line:
#!/usr/bin/perl -I/lib/perl -I/Names/lib/perl
I have discovered that both modules contain a package called TestRun and a function called new in the package that I need...
Cheers guys,
Thats strange, no unfortunately cant change the [PASSED]. I will try it again with a fresh head this morning and see if it does the same, if so I can always use a different exression to look for.
Thanks again,
John
sure thing its just a regular text file called summary.txt which is generated by another perl script:
--- Start - Names test suite result summary - Start ---
Testcase for bug12000077results.txt PASSED
check file bug12000077results.txt for more details
Testcase for lbJ_12.txt PASSED
check file...
Hi,
I am trying to read in a file using the angle operator and then use regular expressions to look for the phrase [PASSED]. I read in the file as one big chunk setting $/ to UNDEF. My regular expression although valid was not working when I ran my perl program. When I tried getting the file...
Hi,
sorry wasnt in work yesterday. To answer all questions.
Yes I am running summary.pl from the command line and yes it is the same user running both scripts.
Report.pl pulls information from various disparate logfiles and creates html pages showing the results of the log files. No I dont use...
Hi,
I have a perl program (report.pl) which when run simply collates a bunch of information from a log file. This program runs fine when run from the command line (I am running it on different unix systems). My problem is that when I try to run this from inside a different perl program...
hey,
sorry wasnt very clear I mean if an object is in scope, and you want to know what one of its functions returns at a certain moment in time, say a getter function on a private member variable, but that function isent called at that time. Using the unix debugger gdb you could just type print...
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.