自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Lolly备忘录

asp.net, c#, asp, vb

  • 博客(4)
  • 收藏
  • 关注

原创 ImageButton不是Button

ImageButton不是Button,其实是Image加了个OnClick事件,允许返回点击点的x,y坐标而已。为什么叫Button呢,就是因为有了个OnClick事件允许post back. ImageButton继承Image控件而非button. 看到论坛里面很多人热衷于用ImageButton来代替Button做提交。可能中文字面意思造成了不少误导,带图片的按钮。其实不然。普通的

2009-09-10 08:15:00 403

原创 Server Error in '/' Application 解决方法之一

问问上看到这样的一个问题,觉得很奇怪,以后没准我也会碰到,所以就打算帮他搜索下。 Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the a

2009-09-02 05:43:00 10865 2

原创 ASP.NET FileUpload 上传图片实例

 Add a FileUpload control to the aspx page    <asp:Button ID="btn_upload" runat="server

2009-08-31 17:19:00 1324 1

原创 Access Master Page Control Properties

 There are two methods to access Master Page Control Properties. User find control Label lbl = (Label)Master.FindControl("Label1"); User @MasterTypeAdd to the content pageThen I can u

2009-08-31 17:16:00 349

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除