Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试输入我刚刚从工具箱中拖动的下拉列表的后端代码。我在页面加载时编写了一个数据集,我需要向下拉列表声明一个 sqldataadapter 以显示该值。但是,尽管多次双击该图标,我的后端代码并没有出现。为什么会这样?
这是我的下拉列表的简单源代码
<asp:DropDownList ID="DDLTOC" runat="server"></asp:DropDownList>
尝试单击“闪电”图标并选择适当的操作。
行动 http://img827.imageshack.us/img827/8866/321kt.png
忽略我正在使用网格控件的事实。它适用于所有控件。