Define parameter value

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    Define parameter value

    Hello,

    I am using a ListView connected with an ObjectDataSourc e.
    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 ObjectDataSourc e Insert events?

    How can I do this?

    Thanks,
    Miguel

  • shapper

    #2
    Re: Define parameter value

    On Feb 23, 6:01 pm, shapper <mdmo...@gmail. comwrote:
    Hello,
    >
    I am using a ListView connected with an ObjectDataSourc e.
    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 ObjectDataSourc e Insert events?
    >
    How can I do this?
    >
    Thanks,
    Miguel
    I just solved it.

    Comment

    Working...