Not sure if this is the best place for this question but does anyone know of a program that will re-size images automatically?
Our client wants to be able to call the program from his internal system (called TaskCentre, just seems to run programs and tasks at a specified time), re-size a bunch...
Is there a limit to the amount of data that GetRows will bring back? I've two versions of my site and two sets of data. The development version works perfectly but the live one is falling over at the getrows statement.
When I changed the development site to look at the live data it too fell...
Can someone tell me why this script isn't running properly in Firefox yet it does in IE:
var s = "";
var queryString = window.location.href.substring((window.location.href.indexOf('?') + 1));
var array1 = queryString.split('&'); // Each array element is in format "fieldname=value"
for(var i =...
Hi
Can someone help me please. My SQL isn't up to scratch. I'm having to bring back data from a number of tables that are linked via IDs etc.
The main table 'Profiles' is linked to 'RegionChosen'. There can be many regions to one profile. There's also a 'FieldChosen' table which is also...
I'm pulling data back from SQL to ASP at the moment via two recordsets but I'm having trouble paging with two recordsets so am wondering if there's a way to combine the SQL as they look at the same things anyway.
It all pivots around a 'ListingType' column that is either 1 or 2. When the...
As the querystring is limited to the amount of characters you can place in it, and I'd sooner not user it if I can help it anyway, is there another way for me to move text from one page to another?
I've got a form that when a user submits it takes the data to an ASP page which then checks...
I've got a search page and whatever the user puts in is subsequently built into a SQL statement in the LIKE clause. So if someone wants to search for "peter piper" my SQL looks like LIKE '%peter%%piper%'this is great however some of the entries are 'piper, peter' and the statement doesn't seem...
This is probably a really stupid question and i've probably not thought it through, but that hasn't stopped me in the past!
I'm getting an XML feed from a website using Server.CreateObject("MSXML2.ServerXMLHTTP")
I've then got to move into two elements before I get to the one I want, I then...
if I do a search from the front page of my site for something that will return quite a few results (1700 in this case) the page doesn't load, it trys and trys then times out. Haven't got a problem with that, however when simulating a user I obviously click the stop button, as I'm impatient, and...
Having only ever worked with SQL Server 97 and 2000 before I'm finding the switch to Oracle a bit difficult. Writing SQL scripts was never really my strong point and now I find Oracle has subtle differences to SQL Server.
What I used to like in SQL Server, and most "real" programmers will...
When I try and synchronize my iPaq 3970 to any computer I'm unable to select any categories in the settings option for calendar as there aren't any??
I just want to synchronize business appointments and leave the private ones alone. However there are no options under the "Synchronize only those...
Hi,
I've found a number of possibles for this but nothing I've tried has worked.
The users can put data into SQL Server (2000) with line breaks on if they want. However, when I return the data to a datagrid it doesn't recognise the line breaks and it all becomes unreadable.
There must be an...
Is there a way to make Outlook 2002 on Win XP SP2 auto send/receive less than 1 minute at a time? I'm going through a router so is there anything I can do with that?
"Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)
So i'm fairly new to this .NET business i'm a asp developer at the mo. I can create pages that pull data from a database and display it no probs.
However i'm struggling with getting the data into a dataset then a datagrid and then allowing the user to update the dataset only. I don't want the...
Hi,
I've got a number of datagrids on a page that allow the user to edit the info. Some of them I know will only ever have one row, so when it comes to getting the data out and putting the edited data into variables its not a problem.
However, some of the datagrids I have no idea how many rows...
I get the following error after around 45%:
The specified file cannot be opened as read-only. Ensure the source file is present in the location specified and restart setup.
"File: C:\SQL_SE~1\x86\setup\..\Binn\sql iis admin.msc"
I've found another copy of the file from somewhere else but it...
Hi,
I've got this SQL query (in access at the mo but will be going to .NET)
SELECT DISTINCT lkp_Band.BandName, Person.PersonName
FROM (lkp_Band INNER JOIN [Band] ON lkp_Band.ID = [Band].lkpBandID) INNER JOIN Person ON [Band].PersonID = Person.ID WHERE lkp_Band.ID LIKE -VARIABLE-;
Now I know...
I'm a relative newcomer to .net so this may be very simple.
We're currently trying to access some objects from asp.net, we can almost do it but there is one called environment that sets up the environment, obviously, for these objects. this is where .net seems to struggle. it simply says that...
Hi,
I'm struggling a bit with a concept. I can access DLLs, that i've made or other people have made, from ASP. Pass them variables, get stuff back etc, etc.
However, someone has said that it's possible to 'embed' a DLL into an ASP page so you can use it much like you would if you made a...
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.