我在asp.net中的代码后面有一个变量,表示字符串myVariable =“SomeValue”;
我在代码隐藏中使用此声明:
Public myVariable As String = "SomeValue"
我想将此字符串绑定在Repeater中。
<td id="Td5" class="Text" style="text-align:right; width:70px;" >
<%#DataBinder.Eval(Container, "'<%=myVariable%>'", "{0:N2}")%>
</td>
使用数据表绑定Repeater。我用的是vb.net
感谢您的评论。
答案 0 :(得分:0)
在会话中设置您的值,然后将sessionh与<%=Session("yourfiledName")%>