Search

You searched for the word(s): userid:681278

Matching Posts

  • Re: Trouble Embedding a SWF file in a MasterPage

    Peggy, I'm sorry, but I didn't look any further. After I located the SWF and ASPX file in the same folder, the flash movie played. I know of one user who has FireFox and the movie played for him too. We're deemphasizing Flash and doing more with Silverlight. The development tools are better and we hope it will integrate better with Visual Studio. Best of luck and best wishes.
  • Re: Create Web Site Problem

    MetalAsp, Thanks again, I appreciated the link to compare the website and web application developments. I did attempt to install VS on my wife's computer. Although I didn't complete the installation I got well past the point where the error occurred on my system. I believe that I may have a problem with Vista. I was hesitant about uninstalling VS because of the error I was receiving. I now feel more comfortable about the uninstall route. I will check some things on the OS before proceeding;
    Posted to Visual Studio 2008 (Forum) by GrandpaB on 9/23/2009
  • Re: Create Web Site Problem

    Metal.Asp, Yes, I know all about MS features, and I should have uses an when I accused you of bailing. I hope that the new OS lives up to 80% of its hype. Again thanks for your assistance; its given me another perspective.
    Posted to Visual Studio 2008 (Forum) by GrandpaB on 9/23/2009
  • Re: The CSS not loading..

    PFK, Are you making any progress? If my reply was of assistance please click the " Mark as Answer " button.
    Posted to Installation and Setup (Forum) by GrandpaB on 9/23/2009
  • Create Web Site Problem

    Hello ASP programmers, I installed Visual Studio 2008 Professional Addition some time ago; all was well. Today I wanted to create a new web site. I clicked the Create Web Site link on the VS Start Page , but when the New Web Site window opened it was devoid of any templates. Most of the controls in the window were disabled. I clicked Cancel to close the window. I then clicked Create Project on the VS Start Page and chose Visual Basic > Web > ASP.Net Web Application from the New Project window
    Posted to Visual Studio 2008 (Forum) by GrandpaB on 9/22/2009
  • Re: Create Web Site Problem

    Thanks for the suggestion. I had previously done the File -> New -> Web Site trick and unfortunately the New Web Site window opens without any templates. I am having difficulty understanding the alternative method. Where is the icon for New Project with the down arrow? Is it in a toolbar which I may not have open?
    Posted to Visual Studio 2008 (Forum) by GrandpaB on 9/22/2009
  • Re: Create Web Site Problem

    MetalAsp, Thanks again for your assistance. This grandpa has already tried to repair VS; no luck! I was enrolled in a VB course at a local university and as a student, all be it a very old student, I was able to download a free copy of VS 2008 Professional Edition. I burned the downloaded files to a CD, but now when I attempt to repair VS I get a message; "A problem has been encountered while loading the setup components." At this point my only option is to cancel the setup. I think that
    Posted to Visual Studio 2008 (Forum) by GrandpaB on 9/22/2009
  • Re: The CSS not loading..

    I assume that you site is working locally and that the upload to your Internet Service Provider is missing the CSS and image files. If these files are in separate folders you may have to open the folders while connected to the ISP to upload the files contained within them. If this does not solve the problem, I suggest calling your ISP's support technicians. Hope this helps.
    Posted to Client Side Web Development (Forum) by GrandpaB on 9/22/2009
  • Re: Trouble Iterating Through Images

    William, Thanks for your help. You're correct about the timer not working on ASP pages. What I didn't tell you is that the User Component that I'm building is embedded in an AJAX UpdatePanel. The timer is also in the Update panel. This all seems to work well. However when I look at my code it appears overburdened by iterating through the JPG files. I'm sure that there is a way to use an index and extract the nth JPG file name. I would appreciate your thoughts on how to accomplish
    Posted to Web Forms (Forum) by GrandpaB on 9/20/2009
  • Trouble Iterating Through Images

    Good evening, I'm attempting to iterate through the JPG files in a folder ~/Images/Picnic. I haven't gotten very far. Once I have the files, I plan on displaying them in order as a simple slide show. I've built a UserControl with an Image and Timer control. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim dirInfo As New DirectoryInfo(Server.MapPath("Images/Picnic/")) Dim Files() As String Files = dirInfo.GetFiles("*.jpg"
    Posted to Web Forms (Forum) by GrandpaB on 9/19/2009
Page 1 of 21 (202 items) 1 2 3 4 5 Next > ... Last »