DropDown in DataGrid

R

RS

Hello,
I need to add a dropdown list to datagrid. Once page is displayed on change
of the selection of the dropdown for that row, I need to be able to capture
the value of the dropdown and do some things in the code behind. I got
Dropdown list to show up in the grid and all values that I need are there.
What I am missing is capture of onchange event.

Does anyone have any idea how to capture event on the page behind?

Thanks so much to everyone!!
 
C

Cor Ligthert [MVP]

RS,

Mostly is it because that the property to postback after change is not set.

In a button is that default. In other controls it has to be set.

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top