摘要:
本文转载:http://blog.csdn.net/zjk20108023/article/details/7836174要实现如图的效果的验证码,分以下步骤:第一、布局好调用验证码的登录页面(命名:Login.aspx),注意:验证码位置可以是服务器控件 Image,也可以是html标签写的<img>,但是图片url就是一个页面(命名:ValidateCode.aspx)(将在下面讲述。)比如:<asp:Image ID=“vcImg” ImageUrl="~/ValidateCode.aspx" runat="server" /&g 阅读全文
摘要:
本文参考:http://www.cnblogs.com/greatverve/archive/2012/03/27/listbox-add-remove-up-down.html好像CodeProject里有功能非常强大的类似控件,这里没必要用自定义控件。左右移动就是简单的选择项增加删除,上下移动使用了高级语法,值得一学。using System;using System.Collections.Generic;using System.Linq;using System.Text;using WinForm = System.Windows.Forms;public static clas. 阅读全文