随笔分类 -  ASp.net

WCF 服务器端App.config 配置
摘要:<?xml version="1.0" encoding="utf-8" ?><configuration> <system.serviceModel> <services> <service name="Sercice.Service" behaviorConfiguration="calculatorBehavior" > <host> <baseAddresses> <add baseAddress="http://localhost:8800"/> </baseAddresses> 阅读全文

posted @ 2011-02-22 12:51 缘来 阅读(971) 评论(0) 推荐(0)

横向导航菜单
摘要:////横向导航菜单:style type="text/css"body { font-family: Verdana; font-size: 12px; line-height: 1.5; }a { color: #000; text-decoration: none; }a:hover { color: #F00; }#menu { width:800px; height:28px; margin:0 auto; border-bottom:3px solid #E10001;}#menu ul { list-style: none; margin: 0px; padding: 0px 阅读全文

posted @ 2011-01-18 16:17 缘来

MailMessage
摘要:///mailmessage 发送邮件:protected void Button1_Click(object sender, EventArgs e) { string context =" 类别:"+ DropDownList1.Text +" 描述:"+ this.tbxBody.Text.Trim(); string name = this.tbxName.Text.Trim(); string to = this.tbxEmail.Text.Trim(); // string title = this.tbxSub.Text.Trim(); s 阅读全文

posted @ 2011-01-18 11:59 缘来

浏览器兼容--CSS
摘要:////不同浏览器,分辨率:<link href="" rel="stylesheet" type="text/css" /><script type= "text/javascript" language="JavaScript"> <!-- if (window.navigator.userAgent.indexOf("MSIE")>=1) { //如果浏览器为IEvar IE1024="default.css";v 阅读全文

posted @ 2011-01-18 11:52 缘来

导航