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 Wanet Telecoms Ltd 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: *

  • Users: djs45uk
  • Content: Threads
  • Order by date
  1. djs45uk

    Show Records in Gridview for Current Logged On User

    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...
  2. djs45uk

    How Do They Do This?

    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...
  3. djs45uk

    Progress Bar Indicator

    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...
  4. djs45uk

    Variables Not Declared in Repeater

    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...
  5. djs45uk

    Using Code with Master/Content Pages

    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...
  6. djs45uk

    Today's Date into Gridview DataSource

    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...
  7. djs45uk

    Prefix the Hyperlink on a Bulleted List

    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...
  8. djs45uk

    Hyperlinking Values from a Database

    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...
  9. djs45uk

    Using Images in Horizonal Menu Control

    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...
  10. djs45uk

    Problem with Drag and Drop Quiz Component

    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...
  11. djs45uk

    Smooth Lines on Imported Graphic

    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...
  12. djs45uk

    Default Value on Child Form Not Working

    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...
  13. djs45uk

    All Records from Table A and Only Most Recent from Table B

    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...
  14. djs45uk

    Display a Warning Message Box when Course Is Full

    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...
  15. djs45uk

    Average Function Not Working Properly

    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...
  16. djs45uk

    Portolio of Work on a CD-Rom?

    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...
  17. djs45uk

    Highlight Keywords onClick Hyperlink

    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...
  18. djs45uk

    Using audio for feedback in quizzes

    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...
  19. djs45uk

    Charts and Graphs on the Web

    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...
  20. djs45uk

    Printing Wide Table in Internet Explorer

    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...

Part and Inventory Search

Back
Top