posted @ 2007-02-28 13:52 hhq80 阅读(1596) 评论(0) 推荐(1) 编辑
摘要:
名称 日期 系列 主题 讲师 软件架构设计系列课程(3):如何成为一个.NET企业架构师 2/24/2006 软件架构设计系列课程 ... 阅读全文
摘要:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[zy_yp1_proxysalesdetail]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[zy_yp1_proxysalesdetail]GO CREATE TABLE [d... 阅读全文
posted @ 2007-02-28 10:54 hhq80 阅读(403) 评论(0) 推荐(0) 编辑
摘要:
SqlCommand com = new SqlCommand("select ID,Name from ResourceType ORDER BY name"); com.Connection = conn; if (conn.State != ConnectionState.Open) ... 阅读全文
posted @ 2007-02-28 10:07 hhq80 阅读(144) 评论(0) 推荐(0) 编辑
摘要:
Listing 1 nvo_internet_result lnvo_internet_resultinet linet_baseinteger li_retvalString ls_url, ls_args //Initialize InternetResult object and//Get Internet service referencelnvo_internet_result = c... 阅读全文
posted @ 2007-02-27 16:30 hhq80 阅读(1170) 评论(0) 推荐(0) 编辑
摘要:
using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Web;using System.Web.Services;using System.Data.SqlClient; namespace ResinServ... 阅读全文
posted @ 2007-02-27 15:39 hhq80 阅读(942) 评论(1) 推荐(0) 编辑
摘要:
1.建立webservice2.建立代理类 2.1 使用WSDL.EXE生成代理类D:\temp>WSDL /out:myWebService.cs http://localhost/MathService/Service1.asmxMicrosoft (R) Web 服务描述语言实用工具[Microsoft (R) .NET Framework,版本 1.1.4322.573]Copyright... 阅读全文
posted @ 2007-02-27 13:22 hhq80 阅读(235) 评论(0) 推荐(0) 编辑
摘要:
private void DataGrid1_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if(e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.Alternatin... 阅读全文
posted @ 2007-02-26 21:53 hhq80 阅读(571) 评论(0) 推荐(0) 编辑
摘要:
private void DataGrid1_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if(e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.Altern... 阅读全文
posted @ 2007-02-26 20:14 hhq80 阅读(202) 评论(0) 推荐(0) 编辑