2011年10月9日

摘要: 1. 打开新的窗口并传送参数: 传送参数: response.write("<script>window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"')</script>") 接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1"); 2.为按钮添加对话框 Button1.Attribu 阅读全文

posted @ 2011-10-09 11:07 关心 阅读(880) 评论(2) 推荐(2) 编辑

摘要: <div id="head1"></div><div id="PriceView" style="height:186px;width:100%;overflow-y: hidden;"><div id="PriceView1"><asp:GridView ID="grwPriceList" runat="server" AllowSorting="True" AutoGenerateColumns=& 阅读全文

posted @ 2011-10-09 11:01 关心 阅读(479) 评论(0) 推荐(0) 编辑

摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <style type="text/css"> a { color:#000000; text-decoration:none; } #header { float:left; width:760px; background:#D3D3D3; font-size:12px; line-height:normal; } # 阅读全文

posted @ 2011-10-09 10:58 关心 阅读(869) 评论(0) 推荐(0) 编辑


2011年9月27日

摘要: 第一步创建WCF项目:WCFSolution第二步选择WCFSolution点击右键选择添加->新建网站->Visual C#->WCF服务创建好以上2个项目如下图所示:第三步,修改Service.svc文件,修改后的语句如下:<%@ ServiceHost Language="C#" Debug="true" Service="WCFSolution.Service1" %>第四步,生成网站并且发布到IIS上,浏览Service.svc文件如下图所示:Service1 服务已创建服务。若要测试此服务,需 阅读全文

posted @ 2011-09-27 15:54 关心 阅读(1792) 评论(2) 推荐(0) 编辑


2011年9月7日

摘要: 首先申明这是别人写的文章,我没法分享到博客园就只能复制过来了。核心:利用开源项目mono来辅助linux内核搭建支持asp.net的平台1.首先我们需要下载以下安装包:apache(强大的web服务器开源软件,此处我们只需要它的httpd组件)mod-mono(真正实现支持.aspx等文件的mono模块)xsp(轻量级web服务器,此处我们只是利用它内部支持mod-mono-server的模块)mono(开源项目基础安装)下载地址:mono,mod-mono,xsp: http://ftp.novell.com/pub/mono/sources/http://ftp.novell.com/pu 阅读全文

posted @ 2011-09-07 18:03 关心 阅读(733) 评论(0) 推荐(0) 编辑


Copyright © 2024 关心
Powered by .NET 9.0 on Kubernetes