As titled, any solution in Visual Studio 2008?
I tried to add the .SelectedValue into Watch during debug, but it gives me:
The name 'SelectedValue' does not exist in the current context Then there is a refresh icon with promp saying Click this button to evaluate now, but after clicking it, there is no value changes in the Watch window.
You don’t want to watch
.SelectedValuebutYourDropDownList.SelectedValue.Visual Studio will not automatically add missing parts since this would be a source of errors.