Click here to Skip to main content
15,886,079 members

Comments by Dnyanesh Wahiley (Top 37 by date)

Dnyanesh Wahiley 10-Mar-14 8:00am View    
Okay sir..i found basically 1 row count thats why exception thrown.. but when i see datasource it shows me number of rows what can be cause behind this!
Dnyanesh Wahiley 10-Mar-14 6:48am View    
No there is a valways values found in _RowColIndex
Dnyanesh Wahiley 13-Dec-13 0:01am View    
Thanks for your kindly reply. I got the solution..
Dnyanesh Wahiley 5-Dec-13 7:25am View    
Thanks sir, Its good an idea for tracing manually our executable code by line-by-line.. but here i put it in constructor and on form load event .. hope i ll get some clue..i love your answer.. and yes your Sound was Good.
Dnyanesh Wahiley 11-Apr-13 5:25am View    
i m trying to do folowing access..
Child ChildForm=new Child();
ChildForm.SuspendLayout();
ChildForm.mdiparent=this;
childForm.Show();
ChildForm.ResumeLayout();

here i put this code on Parent winforms button to open child form..
but its get following exception on windows XP