Thanks for the help both of you,
However, now I know I can pass the container item from the aspx page I have just added a selectedValue property like this
<asp:DropDownList id="ddlProject" DataSource="<%# getProjects() %>" SelectedValue='<%# (int)DataBinder.Eval(Container.DataItem...
Hi all,
I've got an editable datagrid with various extra dropdownlist controls which I have added into template columns like so
<asp:TemplateColumn HeaderText="Project">
<EditItemTemplate>
<asp:DropDownList id="ddlProject" DataSource="<%# getProjects() %>" OnPreRender="setddlProjectIndex"...
Hi,
I have a stored procedure which I want to call from inside another stored procedure. I want to do this a number of times based on rows in a recordset. However, I don't know if this is possible. What I'd like to do is.....
for each ShopId in (select ShopId from Shops where ShopActive = 1)...
Hi Lee,
you have to scope your variables so that they are available in whatever movieclip or function that you need them. Search for "scoping" in your flash help files for more details. A quick work around is to make the variable global by creating it as...
Hi everyone,
I'm building a long scrolling dynamic text field like this...
artistlist.htmlText="<P><A HREF='http://www.cnn.com'>"+arrArtist[i]+"</A></P>"+artistlist.htmlText;
But I'd like to call ACTIONSCRIPT from each of the lines in my text field -...
Oh hello,
Is there a quick way to delete all my global variables? I know I can do
delete variable1;
delete var2;
delete var3;
etc.
but can I just drop everything in one line of actionscript perhaps?
cheers,
Sarah
Hi,
am doing a kind of gallery swf, and loading in thumbnails dynamically using loadMovie.
When the user clicks on one of these thumbnails I'd like to load the bigger image into a kind of skewed picture of a mobile phone - so that it fits.
Is there any way that I can skew the image when it...
thanks redrob,
that sounds exactly right. we've temporarily got around this by loading aspx pages into flash which themselves read the images and output them as a jpg stream. this is ok for the moment, but it's hardly efficient.
looking to the future, is there any flash 2004 server side...
hi,
have been making a movie loading a bunch of images using loadMovie(mypic.jpg)
I haven't had a problem in development - but when I go to move the site live there's a bit of a problem. The actual images to be loaded are in a folder below the webroot (in D://images/ rather than in...
Hello
I'm using a button to change the button of a box like this...
on (release) {
myColor = new Color(_root.mybox);
var x;
x= 0xfff545
myColor.setRGB(x);
}
This works fine, and when I press the button the box changes to a yellow color. HOWever, what I'm really trying to do is get the exact...
Thanks guys. I have looked literally everywhere to find the syntax for this! Why on earth I didn't give into my first instinct and look on good old tek-tips I'll never know.
Phil, I completely agree. "You must know how the Web site accepts queries to properly structure the...
I'm starting a personal project (a photography portfolio) and want a flash movie to show a kind of map that looks something like the london underground map but is in fact based on my photo collection. For example, there'd be a 'line' for my landscapes category, another 'line' for my portraits...
Our Windows 2000 Web Server was being terribly slow and wouldn't shut down or restart. Our only option was to switch it off and on again - but it wouldn't start-up.
It gets to the 'starting windows' screen then says "Windows 2000 could not start because C:\winnt\system32\config\SYSTEMced...
It might be that there's no comma between these two values -
strSQL = strSQL & request.form("cboDepartureTime") &" "& request.form("cboTime") & "','"
Or it might be something else. Try writing the strSQL to the screen (as you've done) without executing...
The whole thing with XP HOME is that PWS/IIS won't run on it. You have to get XP Professional for that. If I install Apache then I have to stick Chillisoft on top of that and THEN add a database. I was really hoping for a standalone solution which I can create at home and then install on her...
I have a friend who runs a charity. All her work info is in an Access '97 application which was written ages ago and is falling apart. She's just upgraded to a machine running XP Home and wants the database redeveloped. My first thought was that I could do it in ASP but then I realised that...
Hi,
I wonder if there's a way to order a group of dates (not including year) by 'nearness' to today's date? (With events just gone at the end of the list)
So I could create a page displaying information like this...
thing - 9th July
thing - 20th August
thing - 25th August
thing - 15th...
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.