Search

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

Matching Posts

  • Re: The type initializer for 'System.Drawing.ToolboxBitmapAttribute' threw an exception

    I'm getting the same error, "The type initializer for 'System.Drawing.ToolboxBitmapAttribute' threw an exception" on a previously working website hosted at GoDaddy.com. The error does not occur for the same page on my development machine. The error started occurring within the last few weeks (it is now August 19th). I'm not using any third party products in the website, but I am using a UserControl in the page header. I researched the problem on Google, and one person wrote
    Posted to Configuration and Deployment (Forum) by CYCLIST on 8/20/2007
  • How to keep pop-up window on top?

    I am using a pop-up window to display photos based on a URL retrieved from a database. Is it possible to keep the window on top of the page where the photos are selected so that the user can click from one selection to another? Currently, if the user clicks on the web page without closing the window, the window will disappear behind the web page.
    Posted to Client Side Web Development (Forum) by CYCLIST on 1/24/2006
  • Question re: Walkthrough: Data Binding Web Pages with a Visual Studio Data Component

    The Walkthrough for "Visual Web Developer 2005 Express Beta 2" shows the following instructions for "Data Binding Web Pages with a Visual Studio Data Component": My problem: I do not see a template for "Data Component" in step 3 below. To create a data-access component If your Web site does not already have an App_Code folder, do the following: In Solution Explorer, right-click the name of your Web site. Click New Folder . Name the folder named App_Code . Note: The folder must be named App_Code
  • Correction to Walkthrough Code for Visual Web Developer 2005 Express Edition - Configuring a Dynamic TreeView

    Web.Config should contain: < appSettings /> < connectionStrings > < add name = " AppConnectionString1 " connectionString = " Data Source=localhost;Integrated Security=SSPI;Initial Catalog=Northwind;Persist Security Info=True; " /> </ connectionStrings > Source Tab of TreeViewDynamic.aspx should contain: Sub TreeView1_PopulateNode( ByVal sender As Object , _ ByVal e As TreeNodeEventArgs) If e.Node.ChildNodes.Count = 0 Then Select Case e.Node.Depth Case 0 PopulateCategories
    Posted to Tips & Tricks (Forum) by CYCLIST on 10/5/2005
  • Re: Web Matrix Server - Problem

    Port 8080 is being used by IIS, but Web Matrix Project wants to use it by default for the local web server that it installs. Change the port number to 82 and try again. Web Matrix Project doesn't free up ports when you run a page, so the next page you run will require you to change the port number to some other value, like 84, etc. or shut down the server on 82.
    Posted to Web Matrix General Discussions (Forum) by CYCLIST on 8/30/2005
Page 1 of 1 (5 items)