Hi all,
I have the problem with move data up and down in datagridview of vb.net 2005. Could anybody help to me do that?
Thanks, Sopolin
Hi all,
I have the problem with move data up and down in datagridview of vb.net 2005. Could anybody help to me do that?
Thanks, Sopolin
You will need to remove the selected row(s) from the datagridview and then insert it(them) at the desired position again.