Archive for the ‘Reference’ Category
Adding Hyperlink Fields to a GridView Control
Friday, February 5th, 2010http://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
Creating ASP.NET Web Services—Deploying a Web Service Directly to IIS
Tuesday, September 15th, 2009サーバー アプリケーションは使用できません
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, 2009Webpage on Codeproject.com (Using)