Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ifx
  • Content: Threads
  • Order by date
  1. ifx

    "The directive 'WebHandler' is unknown." Anyone know why?

    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...
  2. ifx

    Using Assembly src="" in .vb files

    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)...
  3. ifx

    Help with thinking up a couple of job titles

    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...
  4. ifx

    Infrared Remote control on XP Pro?

    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...
  5. ifx

    Threading updating GUI

    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...
  6. ifx

    Playing MP3s

    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...
  7. ifx

    Override Browser Control Context Menu

    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...
  8. ifx

    Select statement returns empty results

    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...
  9. ifx

    Blank first page when paging a list control (Mobile page!)

    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...
  10. ifx

    Forward slashes as querystring? HttpContext.Current.RewritePath?

    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...
  11. ifx

    PC that won't switch off!!

    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...
  12. ifx

    New motherboard causing XP crash?

    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...
  13. ifx

    Record if file download is successfuly

    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...
  14. ifx

    Join tables or something similar?

    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...
  15. ifx

    Dynamic dropdown - select list value depending on input

    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...
  16. ifx

    &quot;Cannot delete file; may be in use&quot;. But it isn't!

    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...
  17. ifx

    create a custom user agent for java - possible?

    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 &quot;Java1.3.0&quot;. Here's a snippet of code I'm using if it's any help: URLConnection urlConnection = url.openConnection()...
  18. ifx

    Update value in a parent window without refreshing

    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...
  19. ifx

    Deleting from an array!

    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...
  20. ifx

    Setting up a web server behind a Linksys router. Possible?

    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...

Part and Inventory Search

Back
Top