techmanbd Posted October 17, 2003 Posted October 17, 2003 I have a datagrid with a table in it that i brought in from my database. What I would like to do is when I do a new search, if no rows comes back then delete the table with info out of the datagrid so all they see is the datagrid box with nothing in it In the beginning of the sub I tried dim tbl as datagridtablestyle = new datagridtablestyle tbl.mapping = strTable me.datagrid1.tablestyle.remove(tbl) so am I missing somthing, or totally of the track thanks, for any help Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.