jagadeesh_sanapala:iam placing grids in the webparts zones even i binded data to the grid also it is not displaying ..so how can i find the contols in the vb.net code when they are in catalog--declarative catalog zone and any webparts zones..how can assign data t
The easiest thing that I could think of is to use UserControl as Webparts, Place the GridView within the UserControl and do the logic there like Binding etc..