Click here to Skip to main content
15,897,334 members

Comments by Michael Waguih (Top 85 by date)

Michael Waguih 22-Jul-15 5:02am View    
I need only a text preview not to do sum()
Michael Waguih 21-Jul-15 11:04am View    
I need only a text preview not to do sum()
Michael Waguih 23-Aug-13 5:33am View    
Thanks for your help :)
Michael Waguih 21-Aug-13 8:21am View    
It gives me an error that: "ValueMember is neither a DataColumn nor a DataRelation for table"

I used it like this:
app_acc.Accessory_Id = int.Parse((chkList_Accessories.CheckedItems[i] as DataRowView)["ValueMember"]);
Michael Waguih 21-Aug-13 3:04am View    
Thanks for your help :)