1
Answer

multiview -view

Photo of shashi reddy

shashi reddy

14y
1.8k
1
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

Answers (1)