摘要:
foreach (RepeaterItem repeaterinvitation in RepeaterInvitation.Items){if (repeaterinvitation.ItemType == ListItemType.Item || repeaterinvitation.ItemType == ListItemType.AlternatingItem){HtmlInputCheckBox chk = (HtmlInputCheckBox)repeaterinvitation.FindControl("chkinvitation");DataRowView 阅读全文
摘要:
代码 解决方法 第1步:打开引入kindertor.js。查找到function _mediaImg(blankPath, attrs) 该方法位置,覆盖原方法即可。 说明 直接用kindeditor 上传的flv文件无法播放。查HTML代码得视频代码为<embed src="/attached/f 阅读全文
摘要:
public static bool Send(string sendTo, string subject, string body) { return Send(sendTo, subject, body, false); } public static bool Send(string sendTo, string subject, string body, bool isHTML) { bool result = false; IPHostEntry ipe = D... 阅读全文