自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 在 gridview 外查找 gridview中某个 textbox

 GridViewRow row = null;Control cmdControl = e.CommandSource as Control;row = cmdControl.NamingContainer as GridViewRow;string nownum = ((TextBox)row.Cells[3].FindControl("TxtNum")).Text.ToString();

2008-09-22 16:28:00 567

原创 查找repeater headertemplate 中的Literal dropdownlist

//下拉dorpdownlist时protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)        {            DropDownList ddl = null;            foreach (RepeaterItem item in Repeater1.Controls)

2008-09-22 16:27:00 704

EmitMapper

EmitMapper映射效率比较高,最大限度地减少了拆箱装箱操作和映射过程中的额外的调用。

2016-03-18

空空如也

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

TA关注的人

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