My Question is related to access the rows in one page and putting conditions in another page.
I need to check whether a datagrid has row in it or not. DataGrid is in .aspx page. Based on this checking i need to write a condition in .ascx page.
the .ascx on which condition is checked is linked to .aspx page. Meaning that UserControl1.ascx is Register with Default.aspx page
I am using VS 2003
Please advice
Thanks