sorry last one for a while (i hope)
im running into an blue squigle saying
No overload for method 'this' takes '1' arguments
for this code
( i know its pretty sloppy but i was expermenting trying to pick it apart to see where the error was coming from)
thanks so muchCode:DataGridView invoicedgv = (DataGridView)invoicebindingsource[index]; String invoiceCheck = invoicedgv["name"].ToString(); invoiceCheck.Trim(); if (string.IsNullOrEmpty(invoiceCheck)) { invoicebindingsource.RemoveAt(index); }


Reply With Quote
