html调用即可实现,何须asp.net?
button.Text="1" 再button 的oclick事件里面写:button.Text+=1;
protected void Button1_Click(object sender, EventArgs e) { i++; }