where are you retrieving the data from? if the grid is bound to a data
source, you should get the data for the poppup from the bound source. If you
need the data in the client grid, then you must get it from the client. I
believe the datagrid renders as a table.

Signature
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
> Hi,
> I am developing an intranet application in asp.net which contain datagrid,
[quoted text clipped - 5 lines]
> how to solve this problem?
> Thanks
Ramesh - 11 Jul 2005 07:35 GMT
I am retrieving data from datasource only.
Yah,the data grid renders as a table.
> where are you retrieving the data from? if the grid is bound to a data
> source, you should get the data for the poppup from the bound source. If you
[quoted text clipped - 10 lines]
> > how to solve this problem?
> > Thanks