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 Chriss Miller 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: *

  1. HowardMarks

    Multiple selects in one query

    Dear all, hopefully some one can help me with this, i've been banging my head against it all day. My table structure is as follows: listing_options: loption_id, loption_key 1, "title" 2, "maindesc" 3, "mainimage" listing_user_options: lo_listingid, lo_loptionid, lo_value 1343, 1, "This is...
  2. HowardMarks

    Overflow problem

    Hi guys I have a site at http://www.actiles.co.uk/zenith/ The central portion of text on the home page is contained within a div with overflow:hidden; and any scrolling is dealt with with some javascript. In Mozilla the container div sizes correctly on first load, but in IE6 when the page...
  3. HowardMarks

    Reload page after setting session variable?

    Hi guys I have a bi-lingual site utilising a masterpage. On each page I have a usercontrol with a 'change language' button, which when clicked cause a postback, which in turn raises a bubble event to the masterpage. In the bubbled event handler I set the session language variable to reflect the...
  4. HowardMarks

    Best practice for page design

    Hi Chaps I've recently made the transition over to .net from classic ASP, and I'm in the process of rewriting an existing site. I have a fairly complex user admin section where users may add events to a database, edit and delete them etc. In classic asp I would probably have encased all the...
  5. HowardMarks

    Data Looping Question

    Dear all Please bear with me as this is a probably a pretty basic question but I'm having trouble getting my head around asp.net 2.0 after years of developing with classic asp. I know that there are loads of automated data collection types such as the grid view and repeater controls, but what...
  6. HowardMarks

    Architecture for Events Calendar

    Hi All We run an events calendar on our website, which I am in the process of revising. It's based around the Arts so its full of things like exhibitions, plays, gallery opening etc. It's always a head scratcher to figure out how best to store and show the information for these events...
  7. HowardMarks

    SMTP Spamming Problem

    Hi guys I wonder if you could help with an issue with my Windows 2000 web server. I noticed that disk space was being eaten up at an alarming rate, and when I checked there was about 5 gigs of files in the badmail folder. I stopped the smtp service and deleted the files (which took several...
  8. HowardMarks

    Form Submission via image field

    Hello chaps I am just playing around with my first foray into ajax. I am attempting to submit a form which can either be submitted via a main submit button, or by a series of image fields which apply to specific rows of the form. The original server side script would check to see which one of...
  9. HowardMarks

    Order by Count of matching records

    Hi all This is one that always gets me and I can never work out how to achieve it simply. I wonder if someone could post a simple rule to achieve the following result with a SQL query against an Access database. I wish to return a list of PROMOTERS, but ordered by the number of matching...
  10. HowardMarks

    Help needed with SQL Server authentication

    Dear All I wonder if anyone could help guide me through a problem with connecting to sql server through an ASP page. I am pretty much a novice when it comes to SQL server administration and I can't fathom this out to save my life. Here's the setup we have, and what SHOULD happen one server...
  11. HowardMarks

    Problem with BIT fields in SQL Server

    Dear All I am currently migrating our intranet from MS Access to SQL Server. As I understand, SQL Server holds 'true/false' fields as BITs with 1 or 0 value, so I have adapted my code to suit this. The problem i have is that, in my ASP, testing for '1' against the database value does not...
  12. HowardMarks

    Need help with FTP server

    Hi Guys I wonder if you might be able to offer some advice I am having trouble connecting the backup server that I have rented from 1&1. When I try to reach ftp://backup55.pureserver.info from any web browser it simply hangs. When I try with an FTP client it seems to connect momentarily and...
  13. HowardMarks

    Order by Count of matching entries

    Hi Guys I wonder if you may be able to help. I wish to select a group of CATEGORIES, and order them by the number of POSTS which they contain. This is to result in a list of 'most popular categories'. So basically the SQL I need to use needs to be something like: "SELECT * FROM CATEGORIES...
  14. HowardMarks

    Update disconnected recordset and save as XML

    Hi all I have a page which opens a disconnected recordset, makes some changes to the data in some fields (encrypting those fields), and then saves the recordset as XML to the server using the recordset.save method. It is working apart from one thing. The changes that I make to the recordset do...
  15. HowardMarks

    Best way to render massive HTML grid

    Hi there, I wonder if anyone could suggest anything to help my situation. I want to create an extremely large grid (something in the region of 150 squares by 500 squares) which is displayed on a web page. Each square must be clickable and have the ability to enter some information for that...
  16. HowardMarks

    Publishing to Full Screen

    Hi there I've recently upgraded to Director MX and I'm having a few problems publishing my movie in full screen mode. In the previous versions, what would happen is that the screen would have a white background with the movie centered in the middle with a 1 px border around it, which looked...
  17. HowardMarks

    document.form.submit not working

    Hi All I've got a form which I want to submit automatically when a checkbox is clicked, but for some bizarre reason it isn't working. (I have other forms on the same page which DO work with exactly the same code). I i.e. I get the error message 'object doesn't support this method or...
  18. HowardMarks

    Problem with ASPJpeg

    Hi there I'm having a few problems using Persits ASPJpeg and I wonder if anyone may be able to help. I'm sending thumbnails in binary by setting the image source of my pictures to "displayimage.asp?img=whatever&width=100" which is working fine most of the time. However some of my pictures are...
  19. HowardMarks

    Default Error Language

    Hi guys I have a dedicated server which happens to be set up over in Germany. Consequently, I receive all of my ASP error messages in the beautiful German language. Although this is helping improve my vocabulary, it would be more useful to see them in English. Where can I change this option? I...
  20. HowardMarks

    Help! I've screwed up my permissions

    Hi everyone I've done something stupid and screwed up some permissions in IIS. I had received several hack attacks on the server and decided to run the 'lock down' iis tool from microsoft. Now when i go to my website http://www.artswales.org i get requested for a username ( i think when it...

Part and Inventory Search

Back
Top