深圳升蓝软件
数据库开发 .Net技术  |  ASP技术 PHP技术 JSP技术 应用技术类   
Hiblue Software

winform应用

技术资料 > .Net专区 > winform应用
通过事例学习.net的WebForms技术(二)
Button: Button 在asp.net中是将本页面的内容提交到下一个页面的控件 <asp:Button runat=server id="button1" Text="豆腐技术站" ...... /> 他的最主要的属性是Text,可以通过Text对他的向外的显示进行控制,另外一个非常重要的就是他的click事件(Event) 我们通过对Button的Click事件编程,实现我们客户和服务器之……
通过事例学习.net的WebForms技术(一)
TextBox: TextBox 在asp.net中是录入的控件,他有三种形式,分别对应<input type=text>,<input type=password>和<TextArea> 这三个HTML标签,在asp.net 中,TextBox的定义格式是 <asp:TextBox runat=server id="text1" Text="豆腐技术站" ...... /> 代码定义方式 <script language="C#" ru……
如何在页面上动态的生成 WebForm控件
http://www.asp888.net 豆腐技术站 在asp.ne中,我们可以利用程序在编程的时候动态的生成我们需要的WebForms 控件,我们先看看下面的例子 <html> <head> <script language="C#" runat="server"> void Page_Load(Object sender, EventArgs e) { Panel1.Visible=true; //生成Label 标签 Label l ……
« [1][2] 20条/页 共23
Copyright © 2001-2008 Shenzhen Hiblue Software Team All rights reserved