Home > Archive > ASP .NET > June 2007 > databind dataset to gridview in gridview
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
databind dataset to gridview in gridview
|
|
| mharness 2007-05-27, 7:11 pm |
| Hello,
Can anyone tell me how to bind a dataset to a gridview in a gridview row
during the rowediting event?
Thanks,
Mike
| |
| Masudur 2007-05-28, 4:32 am |
| On May 27, 7:20 pm, "mharness" <b...@hotmail.com> wrote:
> Hello,
>
> Can anyone tell me how to bind a dataset to a gridview in a gridview row
> during the rowediting event?
>
> Thanks,
>
> Mike
Hi,
use FindControl of the row to find the clield gridview
and then bind it to a datasourse
Thanks
Masudur
| |
| prajesh26@gmail.com 2007-06-29, 8:08 am |
| On May 28, 11:07 am, Masudur <munn...@gmail.com> wrote:
> On May 27, 7:20 pm, "mharness" <b...@hotmail.com> wrote:
>
>
>
>
>
> Hi,
>
> use FindControl of the row to find the clieldgridview
> and then bind it to a datasourse
>
> Thanks
> Masudur
|
|
|
|
|