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
T

tjmule22

@tjmule22
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Repeater Control Problem
    T tjmule22

    Thank you ....that worked.

    ASP.NET help database docker

  • Repeater Control Problem
    T tjmule22

    Thanks....that seemed to solve part of my problem. ../images/imagesname.jpg ...this works as long as I type in the name of the file, however the name of the file is actually stored in a database field. That's why my code looks like this, but for some reason I'm not getting the correct name... This works...with the image name being MYImage ![](<%# DataBinder.Eval(Container.DataItem, _
    "MainPic","../davis/photos/MYImage.gif") %>) but this does not...with MYImage stored in a field name MainPic. ![](<%# DataBinder.Eval(Container.DataItem, _
    "MainPic","../davis/photos/MainPic-{0}") %>)

    ASP.NET help database docker

  • Repeater Control Problem
    T tjmule22

    Using the Repeater control to load text and images. The filenames for the images are stored as text in the database. I would like to have the JPG files located in another folder....but can't seem to get the syntax correct. ...DataBinder.Eval(Container.DataItem, "name", "location of folder" .... no matter what I put in the location of folder area it doesn't work. such as.... But if I move the JPG Image1 into the same directory with my code, then this works. Any help would be appreciated.

    ASP.NET help database docker

  • Time of Day Launched Project
    T tjmule22

    I would like to create a project using VB.net that will load on a web server that will launch a program at a specific time of day, actually send an email at a specific time each day. I must be missing something, because all the event handlers I've found seemed to be based on button clicks or page loads, etc. Nothing seems to be monitoring a server time and executing when appropriate. Can you make a recommendation for the code and file type that would accomplish this? Can it be done using VB.net? What type of file would be required? I'm assuming there is no way to make an aspx file with this functionality. Thanks.

    Visual Basic csharp sysadmin 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