晨风

-------------------- 业精于勤,荒于嬉;行成于思,毁于随

导航

随笔分类 -  C#

摘要:protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e){ string valuename = DataBinder.Eval(e.Item.DataItem, "fieldname").ToString();} 阅读全文

posted @ 2011-09-07 15:42 shenyixin 阅读(572) 评论(0) 推荐(0)

摘要:<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatColumns="4"> 阅读全文

posted @ 2011-08-05 15:36 shenyixin 阅读(399) 评论(0) 推荐(1)

摘要:代码如下: item.Text = (string)dr["NodeName"]; item.Value = dr["NodeID"].ToString(); item.NavigateUrl = dr["Mlinks"].ToString();这个是框架html: <iframe src="ContactUS.aspx" frameborder="0" width="575px" height="715px" name="centerma 阅读全文

posted @ 2011-07-22 17:00 shenyixin 阅读(276) 评论(0) 推荐(0)