Search

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

Matching Posts

  • Re: File/ New/ Website

    Thank you again for your reply, I would like to first point out that this is not a new install. My VS used to have templates that are no longer available where they should be. I did search around for the template zip files and found "emptyweb" located in "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\Web\VisualBasic\1033" C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\Web\CSharp\1033. I found the missing-working templates
    Posted to Visual Studio 2008 (Forum) by Cboysworld on 11/29/2009
  • Re: File/ New/ Website

    Thank you for your help Preston, Now that I know where to look for the templates...even though they are not where they should be, I will probably just leave it as is. It is not like I start a new project/web site very often anyway. I have been thinking about a HD re-format, maybe I will do that sooner than later. I appreciate you hanging in there with me. Chad
    Posted to Visual Studio 2008 (Forum) by Cboysworld on 11/29/2009
  • Re: File/ New/ Website

    Thank you for your reply, The path I used is to the folder that contains the"devenv.exe" file. Command prompt "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE>devenv /installvstemplates" did not recover the missing templates. Could there still be a user error (did I do it wrong again)?? Is there anything else I can do to get my templates back?? Thank you, Chad
    Posted to Visual Studio 2008 (Forum) by Cboysworld on 11/28/2009
  • Re: File/ New/ Website

    Thank you for your reply, Ok. I am missing "\Language\Locale\", but I do have "devenv.exe located at "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE". I went ahead and created the Language and Locale folders and placed them in the IDE folder. When I enter "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv\installvstemplates" in the VSCommand Prompt, I recieve this message "Program' is not recognized as an internal or external command
    Posted to Visual Studio 2008 (Forum) by Cboysworld on 11/26/2009
  • File/ New/ Website

    I want to start a new website but when I go to File/ New/ Website, ASP.NET Web Site is not an option in my Visual Studio installed templates anymore. Anybody have a clue as to what I have done wrong? VS2008Pro. Chad
    Posted to Visual Studio 2008 (Forum) by Cboysworld on 11/22/2009
  • Re: help with the treeview...

    What language are you writing in?
  • Re: help with the treeview...

    In C#. Place this code in your master page .cs file using System; using System.Web.UI.WebControls; using System.Collections.Generic; public partial class Site_master : System.Web.UI.MasterPage { protected void Page_Load(object sender, EventArgs e) { // // Disable ExpandDepth if the TreeView's expand/collapse // state is stored in session. // if (Session["TreeViewState"] != null) TreeView1.ExpandDepth = -1; } protected void TreeView1_DataBound(object sender, EventArgs e) { if (Session
  • Re: css club starter kit

    Hahaaaa, I was having the same problem. I considered dropping the project because my css would'nt work right... till I saw this post. Refreshing the page was not anything I considered but is the answer. Thank you!
    Posted to Club Web Site Starter Kit (Forum) by Cboysworld on 11/5/2009
  • theme css?

    Is there something that I have to reset on the extended clubsite after I make a change? I am using the CodeCamp theme and I have changed some of the css but the changes are not updating. Thanks, Chad
    Posted to Club Web Site Starter Kit (Forum) by Cboysworld on 11/5/2009
  • Re: theme css?

    Duh! I was not refreshing the page. Problem solved http://forums.asp.net/p/1437216/3495917.aspx#3495917
    Posted to Club Web Site Starter Kit (Forum) by Cboysworld on 11/5/2009
Page 1 of 4 (35 items) 1 2 3 4 Next >