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 strongm 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: ShonGill
  • Content: Threads
  • Order by date
  1. ShonGill

    Load XML images into FLASH as an Array

    I have the below ActionScript that works if I remove the loadXML and use an array that I define the image names in. I'm trying to load the image names from the XML file. I think the problem is in parsing the XML. I can trace my photoXML anywhere in the script and it will output the entire...
  2. ShonGill

    Merge Two DataSources Before Binding

    Hey guys & gals. I'm having trouble trying to merge data into one dataset from an XML, and also from DirectoryInfo. The problem is I get this error "DataBinding: 'System.IO.FileInfo' does not contain a property with the name 'aid'". 'aid' is one of the nodes in my XML file. I would like to...
  3. ShonGill

    Populating XML records with File Info or PostedFile

    Hey Everbody, I very new to ASP.NET and I'm still trying to get a grasp on all the .NET class stuff. I am building an image Upload/Resize/Crop/Delete interface. The image files will be saved on the files system and tracked with XML records. As I said, I'm very new to ASP.NET and I've done...
  4. ShonGill

    Loading images dynamically into .SWF file

    I have about 26 images (400kb each, 433X330 px) that I'm loading into my flash movie one at a time with the click of a thumbnail. The thumbs are linked using actionscript, not buttons and they have transitions that run at the thumbnail movie clip. You can see the movie demo here...
  5. ShonGill

    multiple forms on one ASP.NET 2.0 page

    Hello Everyone, Can anyone suggest a way to use multiple forms that are completely seperate from each other on a single ASP.NET 2.0 page? What I have is a simple search form that is constructed of HTML submits with the method="GET". I need to implement this form on every page, including a...
  6. ShonGill

    Simple question

    What would happen if I don't place a global.asax file in the root of a website? I have a page with a submitbutton.click event that fires and calls an event handler. When I click the button on the page the code is not run and the debug does not run either. The validation does fire when I click...
  7. ShonGill

    Problem sending duplicate emails from System.Net.Mail

    Hey guys (& gals), I'm having a small and very annoying problem with emails sent from the System.Net.Mail.SMTPClient object on one of my pages. I have a very simple script that sends an email when the contact page is filled out and submitted. Some validation for postback not much else (all is...

Part and Inventory Search

Back
Top