Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
AnswerRe: System.Net settings Pin
Judah Gabriel Himango7-Nov-07 7:44
sponsorJudah Gabriel Himango7-Nov-07 7:44 
GeneralRe: System.Net settings Pin
Stevo Z7-Nov-07 21:29
Stevo Z7-Nov-07 21:29 
JokeRe: System.Net settings Pin
Judah Gabriel Himango8-Nov-07 4:17
sponsorJudah Gabriel Himango8-Nov-07 4:17 
QuestionMDI Parent & Child Form Pin
tantja7-Nov-07 4:52
tantja7-Nov-07 4:52 
AnswerRe: MDI Parent & Child Form Pin
Matthew Butler7-Nov-07 5:43
Matthew Butler7-Nov-07 5:43 
GeneralRe: MDI Parent & Child Form Pin
tantja7-Nov-07 5:54
tantja7-Nov-07 5:54 
GeneralRe: MDI Parent & Child Form Pin
Matthew Butler7-Nov-07 6:32
Matthew Butler7-Nov-07 6:32 
Questioni need helllllllllllllllllllllllllllllllllllllp Pin
Mohammed Elkholy7-Nov-07 4:42
Mohammed Elkholy7-Nov-07 4:42 
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

AnswerRe: i need helllllllllllllllllllllllllllllllllllllp Pin
Pete O'Hanlon7-Nov-07 4:48
mvePete O'Hanlon7-Nov-07 4:48 
GeneralRe: i need helllllllllllllllllllllllllllllllllllllp Pin
Mohammed Elkholy7-Nov-07 4:58
Mohammed Elkholy7-Nov-07 4:58 
GeneralRe: i need helllllllllllllllllllllllllllllllllllllp Pin
Paul Conrad7-Nov-07 12:09
professionalPaul Conrad7-Nov-07 12:09 
QuestionOpening file in VS.NET project Pin
Laoujin7-Nov-07 4:27
Laoujin7-Nov-07 4:27 
AnswerRe: Opening file in VS.NET project Pin
Pete O'Hanlon7-Nov-07 4:31
mvePete O'Hanlon7-Nov-07 4:31 
GeneralRe: Opening file in VS.NET project Pin
Laoujin7-Nov-07 4:56
Laoujin7-Nov-07 4:56 
QuestionDataAdapter Configuration Wizard[modified] Pin
half-life7-Nov-07 3:59
half-life7-Nov-07 3:59 
AnswerRe: DataAdapter Configuration Wizard[modified] Pin
martin_hughes7-Nov-07 8:24
martin_hughes7-Nov-07 8:24 
Questiondatagridview and dataview Pin
Mohammed Elkholy7-Nov-07 3:47
Mohammed Elkholy7-Nov-07 3:47 
QuestionDataset Navigation Pin
jamesorm7-Nov-07 3:13
jamesorm7-Nov-07 3:13 
AnswerRe: Dataset Navigation Pin
Justin Perez7-Nov-07 3:35
Justin Perez7-Nov-07 3:35 
QuestionHelp with images in listview Pin
anu817-Nov-07 2:49
anu817-Nov-07 2:49 
AnswerRe: Help with images in listview Pin
Justin Perez7-Nov-07 3:13
Justin Perez7-Nov-07 3:13 
AnswerRe: Help with images in listview Pin
Luc Pattyn7-Nov-07 4:16
sitebuilderLuc Pattyn7-Nov-07 4:16 
QuestionConvert datareader from datatable Pin
iramg7-Nov-07 2:31
iramg7-Nov-07 2:31 
AnswerRe: Convert datareader from datatable Pin
Justin Perez7-Nov-07 2:45
Justin Perez7-Nov-07 2:45 
AnswerRe: Convert datareader from datatable Pin
il_masacratore7-Nov-07 2:47
il_masacratore7-Nov-07 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.