In the old days datagrid however using a dataset as a datasource would still required databind() before it can render on the page. Now a days, GridView using objectdatasource as its datasource doesn't require databind() in order for it to appear. It appears automatically. Is there a way to stop that behaviour and manually control when one wish to have it render.