Click here to Skip to main content
16,016,669 members

Comments by Matini (Top 1 by date)

Matini 27-May-14 5:13am View    
What about finding a gridview on a different .aspx page?
For example, I am filing a DataTable on Page1.aspx and I want to bind this DataTable onto a GridView on Page2.aspx.

I'm trying something like: GridView GV_ShopCart = (GridView)this.FindControl(lalala.Equals("GV_ShopCart"));

But that ain't working. In my case, the "lalala" is the .aspx page on which the gridview is located.