Get Row of DataGrid in User Control Page

Posted by Romil on Stack Overflow See other posts from Stack Overflow or by Romil
Published on 2010-05-15T10:07:27Z Indexed on 2010/05/15 10:14 UTC
Read the original article Hit count: 147

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

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2003