有没有办法在ASP.NET中跟踪(监视)DropDownList的选定值?

时间:2012-02-13 19:36:41

标签: asp.net visual-studio-2008

标题为Visual Studio 2008中的任何解决方案?

我尝试在调试期间将.SelectedValue添加到观看,但它给了我:

The name 'SelectedValue' does not exist in the current context然后会出现一个提示符为Click this button to evaluate now的刷新图标,但点击后,观看窗口中没有值更改。

1 个答案:

答案 0 :(得分:0)

您不想观看.SelectedValue,而是YourDropDownList.SelectedValue

Visual Studio不会自动添加缺少的部分,因为这会导致错误。