And the problem is? 2009/8/25 Sudhir <[email protected]>
> hi
>
> i have problem with timer
>
>
> the code is
>
>
> public
> partial class _Default : System.Web.UI.Page
>
> {
> public static int time;
>
> protected void Page_Load(object sender, EventArgs e)
>
> {
>
> }
>
> protected
> void Timer_Tick(object sender, EventArgs e)
>
> {
>
> time++;
>
> if(time==10)
>
> {
>
> Table1.visible=false;
>
> Button1.visible=true;
>
> }
>
> }
>
>
>
>
