顯示具有 c# 標籤的文章。 顯示所有文章
顯示具有 c# 標籤的文章。 顯示所有文章

2011年3月31日 星期四

[ASP.NET] refresh 帶參數的網頁

// html
//this line puts between < / head > tag
< asp : literal   id=metaLiteral  runat=server>< / asp:litera l>

//c#
metaLiteral.Text = < meta http-equiv=refresh content=5;URL=availablePeriodById.aspx?ad= + ad + &year= + year + >