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.
我一直在寻找一段时间,但似乎无法找到答案。
我见过的所有案例都通过简单地"将'
"
'
请查看下面的代码以查看我当前拥有的内容。
<td><asp:Button ID='<%#DataBinder.Eval(Container.DataItem, "valueID")%>' runat="server" Text="Hello" OnClick="SomeStuff_Click" /></td>
您可以将其用作 className 并在 js 中通过 $(".myClass") 搜索 .. 如果这就是您想要做的。
<asp:Button ID="asda" ClassName='<%#DataBinder.Eval(Container.DataItem, "valueID")%>' runat="server" Text="Hello" OnClick="SomeStuff_Click" />