Re: extend gridview by April
April
Fri Oct 05 12:15:11 PDT 2007
On Oct 5, 2:45 pm, Peter Duniho <NpOeStPe...@NnOwSlPiAnMk.com> wrote:
> I'm not sure I understand the question.
>
> If you are asking about "extending the GridView" control class, that
> implies you want to change the GridView class behavior itself. But then
> you write you want to have a button that actually loads "a user control
> with the GridView". Which seems to mean that the button results in the
> instantiation of the GridView. If you don't instantiate the GridView
> until the button is pressed, then obviously that behavior can't be in
> the GridView itself.
>
> Can you be more clear about what it is you're trying to do?
>
> Pete
My requirement is to build a custom gridview server control which
allow attach documents for each row. So, I first build a user control
to do attachment, then I need to combine it with the gridview control,
it is a very common function for my application.
Thanks!