Click here to Skip to main content
15,902,938 members

Comments by ramy nemer (Top 27 by date)

ramy nemer 9-Sep-16 12:54pm View    
the datatable have three rows,what its doing is its filling the dgv in three same rows,how should i fill them in dgv in specifying its columns ,without using databind
ramy nemer 9-Sep-16 12:29pm View    
its filling me the last record only in dgv
ramy nemer 9-Sep-16 12:26pm View    
it passes through the first foreach only one time once it enters the second foreach it loops through it until it finishes (values are not changing from the 1st foreach)
ramy nemer 6-Jul-16 16:18pm View    
i dont know why i am inserting the dgv values to a datatable, cant i access the datagridview in form2 directly from form1 ?? fetch it and send its values to database
ramy nemer 6-Jul-16 11:58am View    
i think the best way is to use a public class but i dont know how