Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Changing the text based on the selected row in a web grid
posted

I have a webgrid on a page that displays the Orders for a particular customer. I also have another section/panel on the same page consisting of Textboxes and dropdowns  that displays the details of a particular Order.

I would like the text and values of the Textboxes and dropdowns to change(Order details) based on the Selected Row of the webgrid.

Basically, when the user clicks on a particular Row (Order) on the webgrid, the Order Details section should display the information for that particular Order.

What's the best way to accomplish the above scenario ?