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
K

kupps

@kupps
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DateFormat Problem in ASP.NET
    K kupps

    Are you sure the current culture is the same between IIS and Visual Studio...? Try outputting System.Globalization.CultureInfo.CurrentCulture.ToString() on both sites and see if there are any differences. If this is different, then Convert.ToDateTime(str) will complain.

    modified on Tuesday, June 8, 2010 4:16 AM

    ASP.NET csharp help asp-net database sql-server

  • OnPaint() not being called for my custom control...!
    K kupps

    I'm creating a series of controls that I need to draw myself. They are all derived from Control and each overrides OnPaint(). The main parent control paints itself fine. It maintains a list of the second-level controls and they paint fine too. Each of these second-level controls contain their own lists of third-level controls, that ideally will draw themselves too but at the moment, OnPaint(), does not get called for them. Seems strange that the other two classes are able to paint and this last one is not.

    C#
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups