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

    Saving movieclips from database for offline use

    Hi There I have created a .net web service which returns swf files in binary format when called from actionscript (2.0), is it possible to somehow stream the binary back to a movieclip in actionscript so I can save it and use loadmovie to add it to the stage? The reason for doing it this way...
  2. mikemardon

    animated gif image swap in IE

    Hi There I am preloading animated gifs in javascript which replace static images on mouse over. This works fine in FF but in IE the animated gif starts playing as soon as it is preloaded in script, so when you hover the static image you either get half of the animation or just the last frame...
  3. mikemardon

    obtain session variable from remote page?

    I am developing a toolbar for outlook which needs to interact with a .net web application (not ours so i can't modify the source). The problem I am having is that I need to access a value (personid) which exists in a session variable. is this possible? I am able to screen scrape using a web...
  4. mikemardon

    is it possible to open outlook from asp.net c# intranet?

    Hi I am trying to create 2 hyperlinks, one should open outlook (2003) with the default inbox view and the other should open outlook with a view of the shared company calendar. Is this possible? Many Thanks
  5. mikemardon

    Adding information to AD

    I have managed to get a majority of my variables passed into the new user object I have created in AD (2003) but I am completely stumped on the following : Domain User Logon Name (not the pre 2000 one) Terminal Server User Profile Path Terminal Server Home Folder I have used ADSI Edit to view...
  6. mikemardon

    adding new user to AD

    I am trying to implement an 'add new user to active directory' feature into my intranet site. I found the example below on this forum but some of the references cannot be recognised, I am thinking that this code may not be asp.net VB compatible? Does anybody (please!) have code I could use...
  7. mikemardon

    hyperlinking to local file

    Hi there I have created a hyperlink in dreamweaver : <a href = "file://c:/temp/" target="_blank">view temp folder </a> ...which works just fine, but when I paste the code into an aspx page it does not do anything when clicked. Can anyone tell me if this method has been blocked from use? Thanks!
  8. mikemardon

    click to activate and use this control

    does anyone know of a way to show a flash object and supress this? I have 2 flash objects - one of them is in an IFrame and does not have this problem but the other cannot go in an IFrame! I wondered if putting the object inside another tag might work but no joy so far :(
  9. mikemardon

    index cannot be larger than the size of the collection?

    Hi There I am using a back end mod file to handle class functions which works extremely well, except when I delete the LAST record from my collection, every other record deletes just fine! can anyone help me out pls?
  10. mikemardon

    uploading files to wwwroot on server

    Hi guys I have got working file upload code but when I change the path from c:\Inetpub\test\ to c:\Inetpub\wwwroot\test\ it does not work! I cannot see anywhere to change permissions and if I change the folder attributes from 'read only' to 'archive' it changes back! Does anyone know of a...
  11. mikemardon

    file download problems

    Hi there I have created a template column in my datagrid which contains hyperlinks - when clicked they use the following code to pick up a file for download : NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.FileURL") %> the problem I have is that the files open IN the browser, instead...
  12. mikemardon

    passing values from datagrid link to another page

    Hi there I have a file upload hyperlink which is in the last column of my datagrid and I need to find out how to pass the corresponding stockID value (stored in the databound collection) to another page when the user clicks on it. I am guessing that I need to do this in the HTML code but not...
  13. mikemardon

    Continuous flash movie?

    Is it possible to have a continuous flash movie at the top of my page (like a banner) which does not get affected by postbacks in the main page? Thanks
  14. mikemardon

    rollover buttons?

    Hi There I have created a template with a navigation bar inside a web control. There is another web control which contains the main page content - this changes based on the selected button from the navigation. It seems that the navigation buttons need to be server controls so I can make use...
  15. mikemardon

    Is it possible to swap web controls?

    Hi There I have created a web control for navigation and another called welcome.ascx which contains the main page content. Is it possible to swap out the welcome.ascx control with another ie. aboutus.ascx to simulate navigation? If so, can anyone point me in the right direction please? Thanks!
  16. mikemardon

    How can I communicate with AD?

    Hi Guys I am developing an intranet solution and need to link to Active Directory (2003) to collect all kinds of directory information, including email addresses, logon names & passwords etc... Can anyone offer me any advice on where to start this one? I have been reading about LDAP - is this...
  17. mikemardon

    Making use of (java) tabbed forms in pages

    Hi There In my project I have a page called productdetail.aspx containing 5 tabbed pages which use a java function called show/hide to (yep, you guessed it) show and hide the various /DIV sections in the page. This works really well, but I cannot use the design view to make changes to the tabs...
  18. mikemardon

    Navigation woes

    Hi there I am just about finishing my first asp.net(vb) project and wondered if I can make my main navigation bar generate from a central source - ie. I make a change to the layout and it changes throughout the site. I currently have the same code in all aspx pages but cannot make use of an...
  19. mikemardon

    How can I reference subsequent rows in datagrid? :)

    I have a datagrid in which I need to perform calculations on a postback event row-by-row until the row number = 50 . I have written the formula for row 1 which works fine but I need to find a way of getting the next row into this sub so I can apply a modified formula to it (and every other...
  20. mikemardon

    Datagrid calculations

    Is there a way I can perform calculations on cells in subsequent rows in a datagrid based on the input into a specific cell on the original row? I have created a grid and have my fields in place, each cell contains a textbox control - some are for user input and others are not user editable...

Part and Inventory Search

Back
Top