hi everyone im kinda new to vb.net so please be patient. anyway, i wanted my datagrid to always have 5 rows on it. can anyone pls point me in the right direction? thanks in advance.
If thats the case, then declare a new DataSet that has the
same columns as your data, and then add five blank rows
to it. Then set the DataSource property of the grid to the DataSet
and DataBind() the grid.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.