-
How to change default form name "aspnetForm" in Beta 2
摘要:/* from: http://www.cnblogs.com/payne/archive/2007/04/30/733328.html*/Here's the responsible code for that error:public override string UniqueID{ get { if (this.NamingContainer == this.Page) { return base.UniqueID; } return "aspn...
阅读全文
|