[repost from "svr admin" forum last week - no joy there...]
I have just "upgraded" from SQL Server Enterprise Mgr 2000 to 2005. (I like to be an early adopter...). This was done for no real reason and I wish i'd not bothered.
Anyway, I have some text fields in which I hold some lines of code...
I have just "upgraded" from SQL Server Enterprise Mgr 2000 to 2005. (I like to be an early adopter...). This was done for no real reason and I wish i'd not bothered.
Anyway, I have some text fields in which I hold some lines of code. In EM2000, opening the table directly allowed me to insert...
Hi
I have a simple html login page with a Flash built "tour" of the site on one page.
on some of the Flash frames, there are URL links that fire a Javascript function on the originating HTML page, to show (using visibility) a <div> section (which shows an enlarged version of the graphic the...
Hi
I am trying to persuade the powers that be to upgrade our SS 2000 to 2005 for a major project.
One view that is holding things up is that it is generally "unstable", or at least unproven.
Is this baseless nonsense or not?
Julian
Hi
I'm not sure this is the correct place for this question but here goes anyway...
I have 2 non-secure web sites that require a single "portal" at which point the user enters username and password.
depending on a locally (to the portal) stored parameter for each user, the user is redirected...
Hi
Is there a 'name' property (or the like) when using Request.Form(index)?
i.e. i need to get the name of a particular element by it's index, rather than by it's name. The reason being that I'm iterating through all form elements, but want to ignore those of a certain name.
It's got me...
afternoon / morning
I'm trying to detect which button (up or down) was fired during the ValueChanged event.
I can tantalisingly see the "pushed" property during debug in my local variables navigator, but can't seem to get at it.
What do I need to do?
Thanks
Julian
Hi all
I have a need to use either CHARINDEX or a LIKE pattern to find the occurrence of a single char in a field, within a WHERE clause.
e.g.
WHERE field1 like '%X%'
vs.
WHERE CHARINDEX('X', field1) > 0
Which would be more efficient? I've gone for the CHARINDEX so far.
Thanks
Julian
[originally posted to the Macromedia DM forum with absolutely no response.]
Hi
I have a problem when using Dreamweaver MX, whereby it truncates a certain asp file of mine, at the same point when it opens it.
Of course, when I subsequently mod then save the file, it is truncated for good with...
Hi
A niggling problem
I want my select box to change colour when it receives focus. So...
onfocus="this.style.background='#4F58FF';" onblur="this.style.background='#4F588F'"
Dark blue, to light blue, and back.
Trouble is, only the current <option> gets the colour change...
Hi
I'm trying to acheive a simple right justification on text on a column in a stringgrid on a form.
by default, they are all left justified.
how can I do this?
Many thanks
Julian
Hi
Can someone please tell me what is done upon creation of a SQL Server 2k stored procedure in terms of any sort of compilation?
I have a stored proc that builds its own SQL based on the params its given and i'm concerned that any optimisation that normally takes place at creation time cannot...
Hi
I give up sometimes with the lack of consistency between versions of - well, everything!
I have a problem with CSS between IE5.5 and IE6. 6 does not show my background as defined in the stylesheet.
Simple example, my .css is as follows:
body {background: black url(\1-bg.jpg) 0 0 no-repeat...
Hi
I have a piece of ASP3 code and i want to do the equivalent in IIS4 / asp2. Any ideas for an alternative to server.exec?
in iis5:
--------
...shared page HTML...
..
<% if varPage = "menu1" then
server.execute("menupage1.asp")
elseif varPage = "menu2" then...
Hi
I cannot get my Server.Execute to work on an IIS intranet installation, whereas the same simple code works fine on an IIS 5 set up.
Is this command not supported in IIS4 ?
Julian
Hi
If I have a class, and I use it in more than one place, I can't then seem to change the attributes of that class later on, using Javascript.
If the class is only used in one place, the script changes the attribute fine.
Am I trying something fundamentally wrong or is there a way around...
Morning!
Does this keyword search actually work on this website?
I'm searching for "browser OR version" here, fulltext or subject search, but it returns nothing, even when I can see threads from today/ yesterday with at least "browser" in them.
I've done a few searches in...
Hi
I have an ASP page which accepts several address lines from text inputs. I have obvious problems if the user enters values contining apostrophes (') as they get passed to SQL Server as parameters for a stored proc, and the SQL falls over.
Is there a recognised way of parsing parameters...
Hi
I have a feeling this is a tedious question to some but I haven't been able to find my answer in the archives - for that I apologise.
Can I change the style of a link (in my case, simply the colour on hover) in the actual <a> declaration and not in a prior <style> declaration?
something...
Hi
I'm having trouble cancelling an OnKeyPress event from a function (e.g. when and invalid key is pressed). the event is on an INPUT of type Text.
i've followed a few examples in these archives, but one that appears to be someone elses solution doesn't work for toffee on my machine!
Here is...
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.