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