Archive for the ‘Reference’ Category

WinSearchFile: how to search files on your PC

Monday, April 26th, 2010

http://www.codeproject.com/KB/files/winsearchfile.aspx

Adding Hyperlink Fields to a GridView Control

Friday, February 5th, 2010

http://authors.aspalliance.com/aspxtreme/webforms/controls/addinghyperlinkfieldstogridview.aspx

                <asp:HyperLinkField HeaderText=“CompanyName”
                    DataNavigateUrlFields=“CustomerID,Country” SortExpression=“CompanyName”
                    DataNavigateUrlFormatString=
                        “http://www.foo.com/Customer.aspx?id={0}&country={1}”
                    DataTextField=“CompanyName”>

DataNavigateUrlFormatString:URL

DataTextField:Displaying

http://www.java2s.com/Tutorial/ASP.NET/0380__Data-Binding/AddingaHyperlinkFieldcontroltotheGridView.htm

Creating ASP.NET Web Services—Deploying a Web Service Directly to IIS

Tuesday, September 15th, 2009

http://en.csharp-online.net/Creating_ASP.NET_Web_Services%E2%80%94Deploying_a_Web_Service_Directly_to_IIS

サーバー アプリケーションは使用できません

Tuesday, September 15th, 2009

ようやくたどり着いた方法が [IIS 5.0 プロセス分離モードで WWW サービスを実行する]。なぜだか分からないが、とりあえず動作するようにはなる。

http://osada.bz/PermaLink.aspx?guid=a6535204-bf09-4087-9b89-f409c6707abe

Implementation of paging and sorting for the GridView control that works with an array of objects

Tuesday, September 8th, 2009

Webpage on Codeproject.com (Using)

GridView all in one

Tuesday, September 8th, 2009

On Codeproject.com

update data in gridview

Tuesday, September 8th, 2009

Original website

Auto Refresh update panel on page using AJAX - c#

Tuesday, September 8th, 2009

Original webiste

Adding Dynamic Rows in GridView with TextBoxes

Tuesday, September 8th, 2009

Original website

Internet Information Services に関してよく寄せられる質問と答え

Friday, September 4th, 2009

インデックス サーバーの問い合わせ