ownList> <asp:Button id="Button2" style="Z-INDEX: 116; LEFT: 35px; POSITION: absolute; TOP: 389px" runat="server" Height="36px" Width="131px" Text="求值"></asp:Button></FONT></form> </body> </HTML> 后台代码:cs using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls;
namespace DsAndXML { /**//// <summary> /// CodeUse 的摘要说明。 /// </summary> public class CodeUse : System.Web.UI.Page { protected System.Web.UI.WebControls.Button btnAddColumn; protected System.Web.UI.WebControls.Button btnAddRow; protected System.Web.UI.WebControls.DataGrid dgMaster; protected System.Web.UI.WebControls.DataGrid dgChild; protected System.Web.UI.WebControls.Button Button1; protected System.Web.UI.WebControls.Button btnAddForeign; protected System.Web.UI.WebControls.Button btnUpdateMID; protected System.Web.UI.WebControls.TextBox tbRow; protected System.Web.UI.WebControls.TextBox tbCol;
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |