K
kelvinweb
Hi All,
Is it possible to using variable store container.dataitem in
ItemTemplate ??
For example.
<ItemTemplate>
<%
Dim x
x = container.dataitem("LineNo")
if container.dataitem("LineNo") <> x then
.....
end if
%>
</ItemTemplate>
Please help.
Is it possible to using variable store container.dataitem in
ItemTemplate ??
For example.
<ItemTemplate>
<%
Dim x
x = container.dataitem("LineNo")
if container.dataitem("LineNo") <> x then
.....
end if
%>
</ItemTemplate>
Please help.