> I'm not sure I understand the question.
>
[quoted text clipped - 9 lines]
>
> 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!
Peter Duniho - 05 Oct 2007 21:13 GMT
> 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.
Okay, let me make sure I have this correct: you have a GridView control
in your web form. You want a column in the control that includes a
button you can use to associate a file attachment with the data in that
row. So the question is how to get that button to show up in the
GridView and respond to user clicks to allow you to present the user
control used to specify the attachment.
Is that right?
Unfortunately, I have no experience with the web form stuff, so I can't
answer that specific question. But hopefully having clarified the
question, it will be easier for someone who does know the answer to help
out.
Pete