2005年12月31日

.Net FrameWork Code samples study - Advanced Samples

摘要: Send & Receive Data via HTTP通过HTTP接收和发送数据send and receive data using HTTP and streams using the System.Net classes主要类库:WebRequest WebResponse FileStream MemoryStreamMultithreading多线程use multiple t...阅读全文

posted @ 2005-12-31 15:46 Shooper .NET 阅读(485) 评论(0) 编辑

2004年4月27日

遍历SortedList集合元素——使其顺序按字母排序(汉字则按拼音首字母排序)

摘要: 郁闷,昨天发了居然被我误删了,今天重新再发。使用SortedList集合对象,方便的对DropdownList控件的下来列表元素进行按字母排序,汉字则按拼音首字母排序,这个功能还不错。SortedList.aspx<%@Page Language="c#" debug="true" %><script runat="server" Language="c#">void Pa...阅读全文

posted @ 2004-04-27 14:15 Shooper .NET 阅读(2373) 评论(2) 编辑