im creating datagrid dynamically.
then i add it to the page:
//add datagrid to the page
Page.Controls[1].Controls.Add(dg);
how can i "tell" where to put it on the page.
i have a page with several tables and i want that the datagrid will be inside
one of the tables.