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.
我对.net 很陌生,我的公司正在接受一个新客户,将其用于他们的网站。他们希望我编辑此字符串中的数据:
<asp:Label ID="lblDescription" runat="server" Text="Description"/>
我需要弄清楚所述数据在哪里才能对其进行编辑,所以有人知道我在哪里可以找到它或在哪里可以找到它吗?对不起,如果这是一个菜鸟问题:\
在标签后面的代码中以编程方式加载的数据将如下所示;
lblDescription.Text =
搜索lblDescription.Text以找出它是从哪里加载的。
lblDescription.Text