我在编写C#程序的时候遇到这样一个问题:
void Page_Load(Object sender, EventArgs e)
{ title.InnerText = "";
}在此处:title.InnerText = "";出现如下错误:
System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).请问高手,怎样解决??