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
G

Graphfixz

@Graphfixz
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Setting ListBox Items to different colors
    G Graphfixz

    Hi Guys, I have the following code that populates a ListBox for me. Currently all of my items are getting inserted into the ListBox. My goal is to detect if the ListBox item is an orphan page. If so then I want to color the background of that item to red using the style tag. I am able to detect if the file is an orphan, however, I am not able to add the style tag to that item. Any ideas on how to do this? iStyle = " background-color: Red "; if (tab.ShowTab == true) { TabItem t = new TabItem(); t.TabName = tab.TabName; t.TabId = tab.TabId; t.TabOrder = tab.TabOrder; portalTabs.Add(t); portalTabs.Add("iStyle"); } Thanks in Advance!

    ASP.NET tutorial question

  • Help with DateTimePicker
    G Graphfixz

    well I don't know. This is the error I am getting: Line 9: Line 10: Line 11:

    Line 12: Line 13: where Line 11 is causing the error. :confused::mad::sigh::((

    ASP.NET help csharp data-structures debugging tutorial

  • Operation must use an updateable query
    G Graphfixz

    it means the database needs read, write permissions.

    ASP.NET database help question

  • Help with DateTimePicker
    G Graphfixz

    Hi Guys and Gals, I can't seem to make the DateTimePicker Web Control work for me. I am trying to incorporate it into the IBS C# Portal. Does anybody know how to do this? Currently I am getting this error: Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Thanks in advance!:confused:

    ASP.NET help csharp data-structures debugging tutorial
  • Login

  • Don't have an account? Register

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