Hi,
I need a way of doing this in asp.net
<input type=hidden name="amount" value="<%=amount%>">
where amount is on the server codebehind.
this was the way to do it in the old asp, but now, even if i declare the variable amount in the pageload event, it still gives me an error saying it is undeclared.
the <input> tag is part of a form and cant be made to runat server side
thanks for your help
danny.
I need a way of doing this in asp.net
<input type=hidden name="amount" value="<%=amount%>">
where amount is on the server codebehind.
this was the way to do it in the old asp, but now, even if i declare the variable amount in the pageload event, it still gives me an error saying it is undeclared.
the <input> tag is part of a form and cant be made to runat server side
thanks for your help
danny.