天使半只翼

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2013 档案

摘要:首先得了解WEB服务器控件对应生成的HTML标签label----------button---------textbox--------linkbutton-----imagebutton----hyperlink------dropdownlist---listbox--------checkbox-------checkboxlist--- 1 2radiobutton------radiobuttonlist---- 1 2image-----------imagemap--------table-----------BulletedList-----12hiddenfield---- 阅读全文
posted @ 2013-09-17 11:01 天使半只翼 阅读(354) 评论(0) 推荐(0)

摘要:以下是我的测试代码:APP_Code/ucInterface.cs/* APP_Code/ucInterface.cs *//// /// Summary description for ucInterface/// public interface ucInterface{ int id { get; set; }}WebUserControl.ascx'>WebUserControl.ascx.csusing System;using System.Data;using System.Configuration;using System.Col... 阅读全文
posted @ 2013-09-04 15:28 天使半只翼 阅读(844) 评论(0) 推荐(0)