Dropdown SelectedindexChanged in Gridview

Hi

I am a new to VS2008. I have a drop down list inside a gridview and Depending upon the selection a value from the database needs to be databound to another column.

I am using ‘SelectedindexChanged’ event but its not being triggered. Can anyone help me ?

<snip>
[URL=“http://www.nooglesoft.com”]

How are exactly are you trying to achieve this? a little more info could be used

Why would you have dropdownlists in a gridview that cause it to rebind data? But some advice, is that you cannot use controls in gridviews as if they are normal controls. They will not fire the same events. You usually need to use the ItemCommand or something similar. But if you give some more info, we can maybe help further

Thanks All

i have solved my problems

Regards