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. i need helllllllllllllllllllllllllllllllllllllp

i need helllllllllllllllllllllllllllllllllllllp

Scheduled Pinned Locked Moved C#
help
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.
  • M Offline
    M Offline
    Mohammed Elkholy
    wrote on last edited by
    #1

    i have a problem with datagridview it's datasource is dataview when i try to add new row in datagrid view it does not added even i set allowusertoaddnew=true in dataview and datagridview and this is my code DV_Obligetory = DS_Subject.Tables["Subjects"].DefaultView; DV_Obligetory.RowFilter = "Subject_Type='optional'"; DV_Obligetory.AllowDelete = true; DV_Obligetory.AllowEdit = true; DV_Obligetory.AllowNew = true; BindingSource Binging=new BindingSource(); Binging.DataSource=DV_Obligetory; Binging.AllowNew = true; dg_obligatory.DataSource = Binging; thnx 4 help

    MD_NADA

    P 1 Reply Last reply
    0
    • M Mohammed Elkholy

      i have a problem with datagridview it's datasource is dataview when i try to add new row in datagrid view it does not added even i set allowusertoaddnew=true in dataview and datagridview and this is my code DV_Obligetory = DS_Subject.Tables["Subjects"].DefaultView; DV_Obligetory.RowFilter = "Subject_Type='optional'"; DV_Obligetory.AllowDelete = true; DV_Obligetory.AllowEdit = true; DV_Obligetory.AllowNew = true; BindingSource Binging=new BindingSource(); Binging.DataSource=DV_Obligetory; Binging.AllowNew = true; dg_obligatory.DataSource = Binging; thnx 4 help

      MD_NADA

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      This is not good. What makes you think your code is more deserving of help than any other poster here? You asked your question less than an hour ago, and now you're badgering people for help. This site is maintained by volunteers, who will get to your question when they have the time and inclination. If your question is really that urgent, then I suggest that you take it to somewhere where people get paid to answer your questions.

      Deja View - the feeling that you've seen this post before.

      M P 2 Replies Last reply
      0
      • P Pete OHanlon

        This is not good. What makes you think your code is more deserving of help than any other poster here? You asked your question less than an hour ago, and now you're badgering people for help. This site is maintained by volunteers, who will get to your question when they have the time and inclination. If your question is really that urgent, then I suggest that you take it to somewhere where people get paid to answer your questions.

        Deja View - the feeling that you've seen this post before.

        M Offline
        M Offline
        Mohammed Elkholy
        wrote on last edited by
        #3

        i am so sorry , but i'm in need to know the answer importantly this is the reason to ask again for the help sorry for my way to ask

        MD_NADA

        1 Reply Last reply
        0
        • P Pete OHanlon

          This is not good. What makes you think your code is more deserving of help than any other poster here? You asked your question less than an hour ago, and now you're badgering people for help. This site is maintained by volunteers, who will get to your question when they have the time and inclination. If your question is really that urgent, then I suggest that you take it to somewhere where people get paid to answer your questions.

          Deja View - the feeling that you've seen this post before.

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Pete O'Hanlon wrote:

          You asked your question less than an hour ago

          Just another impatient poster needing to have his posts ignored...

          "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

          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