文章分类 -  Asp.net

文本编辑器中添加的非网络图片,添加图片前缀URL
摘要:/// /// 文本编辑器中添加的非网络图片,添加图片前缀URL /// /// /// public string addNativePicUrl(string strContent) { ... 阅读全文
posted @ 2014-04-22 17:12 .NET每天一小步 阅读(264) 评论(0) 推荐(0)
给URL添加http://
摘要:/// <summary> /// 页尾内容 /// </summary> /// <returns></returns> public string FootContext() { string strShopUrl = BasePage.ShopRootUrl; string strFootContext = Mall_FriendLink.GetString_FootContext(); if (!string.IsNullOrEmpty... 阅读全文
posted @ 2013-01-17 10:07 .NET每天一小步 阅读(425) 评论(0) 推荐(0)
C# base64算法加密与解密
摘要:/// <summary> /// 将字符串使用base64算法加密 /// </summary> /// <param name="code_type">编码类型</param> /// <param name="code">要转换的字符串</param> /// <returns>加密后的字符串</returns> public string ConvertBase64(string code_type, string code) { string enc 阅读全文
posted @ 2012-04-19 14:44 .NET每天一小步 阅读(335) 评论(0) 推荐(0)
Repeater嵌套RadioButton实现问卷问答
摘要:<div style="margin-top: 20px; width: 270px; white-space: normal"> <asp:Repeater ID="dlContet" runat="server" OnItemDataBound="dlContet_ItemDataBound"> <ItemTemplate> <div> <asp:Label Text='<%# Eval("F_Question") %> 阅读全文
posted @ 2011-08-22 11:49 .NET每天一小步 阅读(305) 评论(1) 推荐(0)