Код: Выделить всё
protected void Timer1_Tick(object sender, EventArgs e)
{
TimeSpan time2 = new TimeSpan();
time2 = (DateTime)Session["Qtime"] - DateTime.Now;
if (time2.Seconds
btn_submit.Enabled = false;
lbl_next.Text = "Please Go for next question!!";
Подробнее здесь: https://stackoverflow.com/questions/681 ... -becomes-0
Мобильная версия