murugeshan:I got the solution. I am using this method.
<%
Dim TimeVal As String=Session("Time")
%>
<INPUT id="hidfield" type="hidden" value="<%=TimeVal%>"></CENTER>
the above lines in inline coding.
In code behind
Session("Time")=1
so this value to pass the inline coding.
Thankz damon....
<%
Dim TimeVal As String=Session("Time")
%>
Hi !
I have the same problem with you, I'm using asp.net C# and javascript as timer. but when I try to implement your code above I get an error.
I'm new at javascript, could you give me the complete code of
timer above, please help me !