cancel
Showing results for 
Search instead for 
Did you mean: 

How to bind a value dynamically for Input field created during design time

Former Member
0 Kudos

Hi all,

Is it possible to bind value dynamically with parameter from some event parameter for input field created during design time.During design time i have not assigned any context attribute to UI element 'Input field', i.e., not binded.

for example we have parameter A of value 'XYZ'.

we know the UIelement ID during design time.

Is there any way to get UI element ID and assign value X to that Input field.?

Thanks,

Laksh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The InputField.<b>value</b> property must be bound at designtime, otherwise you get a runtime exception. You can nevertheless change the binding at runtime, but: <b>why </b>do you want to do that?

Armin