Re: How do i perform intersection in 2 datsets?? by H5N1
H5N1
Thu Mar 30 04:09:49 CST 2006
I'd also like to know the answer.
>From my point of view: let's say I want to present JOINed query in
gridview - from what I know, if i bind it with dataset with join query,
update methods want be generated.
So one of resolutions would be to define 2 (or more) single table
DataTables, join them, feed it to gridview, and on update of gridview
somehow modify those singletable datasets.
Is there simpler way to do it?
thanks a lot