Create the hyperlink that points to CDView.aspx?CdId=<the cd id> E.g. CDView.aspx?CdId=12
SELECT JobInfo.SystemNumber, JobInfo.dwgnumber, JobInfo.quotenumber, JobInfo.ponumber, JobInfo.jobnumber,...
Try this pattern p[. ]?o([. ]+)?(\d+)
Either you'll need to use an ActiveX control or you'll have to use a server-side validation. You cannot validate filesize using AJAX 'cause...
Use LEFT JOIN on the table where data may or may not be present.
That's really cool! :D
To post Perl code on the forums with syntax highlighting put your code between [ code=perl ] <your code> [ /code ] without spaces in the special tags!
Save the excel sheet as CSV and read it line by line!
We can make a sub-routine out of this logic, like this, sub getFreeFilename { my $counter = 0; my $file_name = ""; do {...
Yes, quite right, web servers like Apache use threads to serve multiple requests. You code is perfect except for hashing. I think, timestamp,PID...
Post the code you have tried so far, that'll make it easier for people to help you.
You need to use table aliases SELECT j.SystemNumber, j.dwgnumber, j.quotenumber, j.ponumber, j.jobnumber, j.salesperson, j.draftsman,...
You can link to files on your harddrive but that'd only be accessible by you, but if you put a link to a network share it'll be accessible by...
You want the directory listing?
That's a really cool idea too, but most of the times we need the files to be named according to some logic!
I guess there's a problem with your SQL query, now your query looks like this SELECT * FROM Table1 WHERE UserName = Rachel Where as it should...
Are talking about linking your local files?
I guess VB doesn't have editable combo boxes!
The .NET Framework has built-in support for globalisation in its System.Globalization namespace. This namespace can help you build international...
In VB you can use the Kill statement to delete files quickly but you lose the ability to retrieve the files easily. We will see how to delete...
Separate names with a comma.