Gridview 的RowCommand
摘要:[http://www.cnblogs.com/cnaspnet/archive/2007/05/04/669410.html] 也是在这次项目开发遇到的问题,本来放在一起的,后来发现太长了,所有就分开来写. 不过都是一些非常简单的问题,怕忘记,在这里作一个记录. GridView模版列中Button取值问题: Code highlighting produced by Actipro Co...
阅读全文
Some issues to be cleared
摘要:Acess across Application DomainGCMessage Mechame in Asp.netSubconstrol of gridview, access, event
阅读全文
WS-Security: Web services the secure way
摘要:http://www.codeproject.com/soap/WS-Security.asp
阅读全文
ASP.NET State Management
摘要:ViewStateQuery String Custom CookiesSession StateApplication StateCachingProfiles
阅读全文
Why Would a .NET Programmer Learn Ruby on Rails?
摘要:[Refers to http://www.infoq.com/articles/Netter-on-Rails]You are an established .NET programmer. You have built too many web applications with ASP.NET. You have spent many sleepless nights trying to u...
阅读全文
Get Your RSS Feed Up On The Web
摘要:[Refers to http://www.w3schools.com/rss/rss_publishing.asp]Now it's time to get your RSS file up on the web. Here are the steps: 1. Name your RSS file. Notice that the file must have an .xml extension...
阅读全文
Web Service
摘要:[References to http://www.w3school.com, http://www.w3.org/TR/wsdl] What are Web Services? Web services are application components Web services communicate using open protocols Web service...
阅读全文
Web Services Discovery
摘要:.NET Framework Developer's Guide Web Services Discovery Given the URL to a discovery document residing on a Web server, a developer of a client application can learn that a Web service exists,...
阅读全文
Get Response from Http (Referenced to http://topic.csdn.net/t/20050115/23/3729009.html)
摘要:using System;using System.Data;using System.Data.SqlClient;using System.Net;using System.IO;using System.Text; public static string GetResponse(string url) { string responseStr = ""; ...
阅读全文
Http Responses
摘要:[]:HTTP/1.1 200 OKDate: Sat, 31 Dec 2005 23:59:59 GMTContent-Type: text/html;charset=ISO-8859-1Content-Length: 122Wrox Homepage
阅读全文
Http Request Method
摘要:Format:[]Example:GET /books/?name=Professional%20Ajax HTTP/1.1 [Request-Line, the sent parameters for request will be appended to the URL here]Host: www.wrox.com [The host header is a requirement ...
阅读全文