cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Display in grid selected option

vnitu
1-Newbie

Display in grid selected option

Hello guys!

So...I have 3 SQL services that get a parameter as input. Let's say service1, service2 and service3

And I have a 4th service that returns a list with all the possible parameters, displayed in a grid. Let's say GetParameters

I would want to update all the 3 services (displayed each in a separate grid) when I click on an option from GetParameters.

How could I do that?

I tried binding with a session variable but that didn't show much success.

Any kind of resource or video or anything would help.

Thank you!

By the way, below is a screen shot with what I mean.

2 REPLIES 2
posipova
20-Turquoise
(To:vnitu)

If I'm understanding you correctly, can you bind selectedvalue from the list to the appopriate service (1, 2, or 3)?

PaiChung
22-Sapphire I
(To:posipova)

With that you can use SelectedValue Changed event to trigger the update

Top Tags