Hi All,
I have a web handler (.ashx) file I created to manipulate an image. It works perfectly in one directory, but when I move it somewhere else (on a different website by on the same server) it throws up a Parser Error with the message:
The directive 'WebHandler' is unknown.
The line it...
Hi All,
Hopefully this is a quickie!
A few of the web apps we've built are not compiled, but instead use the directive similar to:
<%@ Assembly src="MyLib.vb" %>
in the top of the ASPX page, which relates to a .vb file in the directory with a couple of classes in it. (more code at the bottom)...
Hi All,
A colleague and I have been asked to choose our own job titles by the two company directors. We're both technical (originally taken on as .net/sql server developers) and have been promoted to a level just below the directors, hence the need for more senior job titles. Problem is we're...
Hi All,
I recently bought a Hauppauge WinTV-HVR-1300 TV card for my PC, running Win XP Pro. The TV card is the XP Media Center edition, though it runs very nicely on XP Pro. However, the remote control that comes with it is also compatible with Media Center and when plugged in is detected as...
Hi All,
I'm building an app that generates 5 threads which all go off and fetch data from a list of web pages. I have three listviews: pages to process, pages processing and pages processed. At different points the threads need to shift one of the list view items from one list view to...
Hi All,
I've put together a small VB.net app that streams MP3's across the Internet to a player like Winamp. It plays a specified list, streaming one track after another. This works fine but when a user connects the stream starts from the beginning of the MP3 at the head of the queue as I'm...
Hi all,
I've got an app that uses the Microsoft Web Browser Control to display some HTML pages. However a right click on the control produces a standard IE context menu, whereas I'd like to be able to either add soem more options to it or, better still, show an alternative context menu in its...
Hi there,
This is really causing me a headache:
I have a table which looks a little like the following structure (field names have been changed to protect the innocent):
CREATE TABLE `demo_table` (
`ID` bigint(20) unsigned NOT NULL auto_increment,
`fieldOne` text,
`fieldTwo` text...
Hi,
I'm developing a WAP site and using .NETs wonderful(ish) Mobile controls to do it. It appears to work very well for most situations and renders wml or html etc depending on what the browser accepts. However I've come to a problem I can't seem to solve:
We have a page which lists a...
Hi,
I've written a page which takes a number of variables as querystrings, eg:
mypage.aspx?id=123&action=show
What I'd like to do, instead of using the string above, is use a sort of file structure look (ie separate variables by a '/') such as:
mypage.aspx/123/show
Or even better...
Hi all,
This is a bit of an odd one:
Recently I replaced my motherboard with an Abit NF7 v2. One day it decided to not boot up - fans and drives going but no beeps and no graphics output - pretty dead. After buying some replacement RAM it still wouldn't boot up - however I noticed if I moved...
Hi,
A few weeks ago XP started to have a few problems booting - it would get to the loading screen and stop. Restarting a few times would get it to go a bit further each time then finially into Windows. Once in, everything was stable and running like normal.
This got worse and worse and...
Hi all,
Is there any way (using ASP or something similar) to create a page which triggers a download BUT (and this is a big but) can record in some way whether the download completed or was terminated half way through (for whatever reason). Obviously something like Response.Redirect to the...
Hi all,
I've been using two recordsets in ASP to do this, but I was hoping a good SQL statement could do it all (and wont cause a timeout like this does sometimes!
OK, here's the setup: I've got two tables: CustomerDetails and Orders. I need to retrieve some statistics on the orders, eg how...
Hi,
I'm creating a form for users to input their telephone numbers. Before going to this page they select their country: gb, ie, us, de or ww (world wide). They then proceed to this page where they input their telephone number and select their country code from a long list. Would it be...
Hi all,
I was sent an image file, but it was given the wrong extension (.jpg). I tried a couple of different file extensions to open it including .png. The problem now is that explorer seems to crash every time I browse to that folder. It's only started happening since that file was put on...
Hi,
I'm developing a wbe crawler in Java and have got a reasonable way, with the exception of setting the user agent. Currently it seems to be "Java1.3.0". Here's a snippet of code I'm using if it's any help:
URLConnection urlConnection = url.openConnection()...
Hi,
Here's the problem:
I've got a shopping system which opens up in a popup window for a user to add a new product. When the product is added the user can close the window and continue shopping on the main 'parent' window.
The parent window shows the number of items in the users basket...
I'm writing a shopping basket which is working fine, except when I want to delete an item from the basket.
It's using an array to store three pieces of information for each position in the array (3 columns and variable rows). This is pulled out to a session then read back to a session when...
Hi, not sure this is the right forum for this, but I hope you can help anyway!
I've just installed a LAN at home. It's quite simple, just a cable modem for the internet, going into a Linksys 4 port router, which has two PC's connected to. It's all working like a dream, and we share the...
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.