Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

mrirvs

@mrirvs
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Image slide show problems
    M mrirvs

    Hi, I'm a bit stuck on how to implement an image slide show in ASP .NET The biggest problem I have is the timer used to show the next image. Currently I have Next/Prev buttons that 'submit' to the server and use the .cs code to move to the relevant image. To make it work automatically after clicking a 'start' button would the timing mechanism have to on the client as javascript that posts to the server .cs code when the interval expires ??? Thanks in advance. Paul

    ASP.NET help csharp javascript sysadmin tutorial

  • Newbie HyperLink query
    M mrirvs

    Thanks Dave. I am still having a little trouble. I have included the Javascript in a file called images.aspx and the following code is in images.aspx.cs: private HyperLink getNewHyperLink(string thumbPath,string imageFolder) { HyperLink link = new HyperLink(); link.ImageUrl = thumbPath; string URL = "slideViewer.aspx?picture=" + imageFolder; string linkStr = ""; link.NavigateUrl = linkStr; link.Target = "_blank"; return link; } I get page NOT found when I click the hyperlink. Sorry if I seem dumb, but I AM very new to this. Paul -- modified at 17:25 Saturday 3rd September, 2005

    ASP.NET javascript database question

  • Newbie HyperLink query
    M mrirvs

    I have a HyperLink link in my code that passes a query string to page_load() in my code : link.NavigateUrl = "slideViewer.aspx?picture=" + imageFolder; When slideViewer.aspx opens I would like to open with no menus, toolbars at a specific window size etc. is it possible to call the javascript window.open() from the HyperLink ? I have tried by the host throws an exception. Thanks Paul

    ASP.NET javascript database question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups