问题已解决,谢谢了!

Face up to life with smiles no matter what happens
2007-04-13 10:29
首先將按鈕隱藏:<asp:Button ID="btnISShow" style="DISPLAY:NONE" runat="server" Text="Button" />
在FORM_LOAD中給文本框添加JS事件:
this.txtClick.Attributes.Add("onclick", "document.all.btnISShow.style.display='';");

2007-04-13 11:01
2007-05-10 19:05