Thank you ....that worked.
tjmule22
Posts
-
Repeater Control Problem -
Repeater Control ProblemThanks....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  %>) but this does not...with MYImage stored in a field name MainPic.  %>) -
Repeater Control ProblemUsing 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.
-
Time of Day Launched ProjectI 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.