Define parameter value

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

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
 
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.
 
Back
Top