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
  1. Home
  2. General Programming
  3. C#
  4. Dynamic Property in C#

Dynamic Property in C#

Scheduled Pinned Locked Moved C#
csharpdatabasehelpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lnmca
    wrote on last edited by
    #1

    Hi All, How can we make the dynamic property in windows application in C#,that can pick the list from the database? Please help,its urgent.... Thanks, Lalit Narayan

    D 1 Reply Last reply
    0
    • L lnmca

      Hi All, How can we make the dynamic property in windows application in C#,that can pick the list from the database? Please help,its urgent.... Thanks, Lalit Narayan

      D Offline
      D Offline
      DaveyM69
      wrote on last edited by
      #2

      lnmca wrote:

      its urgent

      Checked the urgent section on my ToDo list and this wasn't on there so I'm afraid you're wrong.

      Dave
      BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
      Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
      Why are you using VB6? Do you hate yourself? (Christian Graus)

      G 1 Reply Last reply
      0
      • D DaveyM69

        lnmca wrote:

        its urgent

        Checked the urgent section on my ToDo list and this wasn't on there so I'm afraid you're wrong.

        Dave
        BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
        Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
        Why are you using VB6? Do you hate yourself? (Christian Graus)

        G Offline
        G Offline
        Giorgi Dalakishvili
        wrote on last edited by
        #3

        Make sure you call update() on your todo list before checking new items :)

        Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

        D 1 Reply Last reply
        0
        • G Giorgi Dalakishvili

          Make sure you call update() on your todo list before checking new items :)

          Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

          D Offline
          D Offline
          DaveyM69
          wrote on last edited by
          #4

          I find this works best

          public Message UpdateToDoList()
          {
          toDoList.Nuke();
          return new Message("Nothing to do today, lounge around on CP instead");
          }

          Dave
          BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
          Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
          Why are you using VB6? Do you hate yourself? (Christian Graus)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

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