On Feb 23, 6:01 pm, shapper <mdmo...@gmail.com> wrote:
> Hello,
>
> I am using a ListView connected with an ObjectDataSource.
> I am creating everything at runtime by implementing the ListView
> ITemplate.
> I know I get a one way bind so I need to define my parameters values
> by accessing the controls inside the template.
>
> Where should I define the paramater values, for example when inserting
> a new record?
> In the ListView or in the ObjectDataSource Insert events?
>
> How can I do this?
>
> Thanks,
> Miguel
I just solved it.
|