在TextBox 中設為ReadOnly. 當有PostBack 時會造成原來的值消失. 只好改以Attributes.Add 方式處理. TextBox1.Attributes.Add("readonly", "true");.
確定! 回上一頁