Hi people,
Just a simple question Im using a datagrid in my vb application but I dont want the last row (row with *) to appear.
This has been really annoying me for so long but I just dont know how to do it as im using vb.net 2003.
Can some one please help me? thanks
EDIT solved
dt.DefaultView.AllowNew = False
