Skip to Content
0
Former Member
Jul 05, 2009 at 07:08 AM

dynamic binding

42 Views

Hi All,

I have a context node "header" and it has two context attributes "att1" , "att2"

att1 is of type string

att2 is mapped to a simple dictionary (having hardcoded values for the drop down)

In the view i have 2 dropdown

dropdown1 with values "A" , "B"

My requirement is when i chose "A" from the 1st drop down

The second drop down should be mapped to att1

if i chose B from the 1st drop down

The second drop down should be mapped to att2

Thanks

Suresh