hai 2 all
how to show the three gridviews in a multiview
for every gridview there will be an edit ,update ,cancel ,del and add options
and each gridview interrelated to another gridview
for example:
select * from category
select * from products where catogoryid=@catogoryid
select * from industry where productid=@productid
Loading
Suthish NairPosted Mar 22, 2011, 11:52 AM
The sample shows using single GridView.
Check attachment.