Hi all
I'm using the following data source to populate a gridview. It is supposed to only return the records for the current user who is logged in.
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:StPaulsDatabase %>"
SelectCommand="SELECT...
Hi all
I would like to create a flash animation like this (but a much more simple version).
http://www.frenchconnection.co.uk/uk/index.html
I will have several images on different layers overlapping each other. When the user rolls over an image with their mouse, it is brought to the front...
Hello
I am using a form with a subform. The subform lists a collection of jobs, each with an estimated duration and an actual duration. I'm using the progress bar to give a graphic indication of progress by doing:
I have an afterUpdate event which will run the following code to update the...
Hello
I'm using the following code to dynamically create a three column table of photographs retrieved from a database.
However, when compiling I am receiving an error to say that the variables count and myMod are not declared. Is this because I am using the variables inside the repeater...
Master Pages look great but what happens when you're using master/content pages and in your content pages you want to use some code (functions for example)?
The code needs to go in the <script></script> tags which appear in the Head of the Master Page.
Surely you don't have to put all your...
Morning all
I'm using the following data source to retrieve some data from a database:
<asp:SqlDataSource ID="ds_downloads" runat="server" ConnectionString="<%$ ConnectionStrings:StPaulsDatabase %>"
ProviderName="<%$ ConnectionStrings:StPaulsDatabase.ProviderName %>" SelectCommand="SELECT...
Good Afternoon
I am using the following code to create a bulleted list based on records retrieved from a database. My bulleted list is set to DisplayMode="Hyperlink".
The DataTextField="downloadTitle" and the DataValueField="downloadFilename".
However, I would like to prefix the...
Hello
Forgive me for asking so many questions...I'm trying very hard to learn this...and I'm very grateful for your help.
I would like to retrieve some values from a database like this:
SELECT [linkTitle], [linkURL] FROM [Links] WHERE ([linkCategory] = @linkCategory)
and display them in a...
I am using the Menu control to create a horizontal menu and I've seen a really great menu on the web. Is it possible to include images at the top and bottom of each dropdown list? I've circled in red what I mean:
http://www.st-pauls.w-sussex.sch.uk/menu_topbottom.png
Can you also use a...
Hello
Please could you have a go at my flash quiz. It's really simple! You just drag and drop the numbers into the right order. (it's meant to be simple because it is for adults with severe learning disabilities).
http://www.st-pauls.w-sussex.sch.uk/sorting%20numbers.swf
But you'll notice...
Hi all
I've imported the following picture into Photoshop:
http://www.st-pauls.w-sussex.sch.uk/test.jpg
As you can see it was hand drawn by someone and they're asked me to 'colour it in'.
But before I start, I was wondering if there is some nifty tool in Photoshop that would smooth and/or...
I have a form called Switchboard and on it is a subform called Hardware_Spares.
When a user double clicks on a row in the Hardware_Spares subform, another form opens called Harware_Spares_Details.
This all works fine!
The problem I've been having is that when Hardware_Spares_Details opens, it...
I have two tables which are related in the following way:
http://www.danielsmith.me.uk/structure.jpg
I am trying to create a query that returns all results from the Hardware table and the single most recent related records from the Loan table.
Here is what I've tried:
SELECT...
Hello
I have a form that looks like this:
http://www.st-pauls.w-sussex.sch.uk/enrichmentDB.jpg
You'll see that there are 3 subforms on it (a list of students, a list of choices they can pick from, a summary of how many students have picked each course).
Here's what I'm having trouble with...
Hi all
I'm using the following SQL statement to calculate the average results in a table.
SELECT Avg(results.resultsQ1) AS AvgOfresultsQ1 FROM results WHERE (((results.participantCourseID)=23);
The answer it gives is 3. But the table looks like this:
4,4,3,2,3,4,4,4,3,3
Now if my maths is...
Hi all
I am a web developer looking to move on from my present job and so need to put together a portfolio of work to hopefully impress at interview.
the easiest way I can think of to do this is by putting something together on CD-ROM. I don't think a paper copy would do it justice.
Do you...
Dear All
I work for a school and I'm trying to write some learning materials which include differentiation for Special Needs students.
The idea is that there will be a task displayed in a box on the screen (all in HTML) and a link at the bottom saying 'Highlight keywords'.
When a student...
Hi all
I am using the quiz templates to create a set of simple drag and drop quizzes for use by disabled adults at the College where I work. They are unable to read so audio is essential to their independent learning.
I've added audio to the questions but I need also to add audio to the...
Hi All
I need to put a series of graphs and charts on our website -- they are static not dynamic (simply to show the results of a questionnaire we did recently).
Is there a good program out there for creating graphs for websites? I am looking for a program which creates quite sophisticated...
Dear All
I have a very wide table in HTML which users will need to print out.
The problem is that when you print it, anything that is too wide to fit on the page is just ignored -- I was hoping that it would just print out onto a second page.
How can I print this wide table (on several pages...
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.