摘要:
近日对2k /xp .net比较 有兴趣,找到几篇不错的文章,大家共赏 :) 浅析.net framework对pe文件格式的扩展 webcrazy microsoft .net framework出来小阵子了,我也自从其beta 1以来,第一次接触。本文将从.net生成的一个小pe文件着手,旨在理解.net framework对pe文件格式的扩展。这种扩展目的是让windows系......
摘要:
microsoft biztalk server 2000
......
asp.net开发国际化的程序十个例子
globalized web applications & asp.net 【程序编程相关:
DataGrid使用技巧(一)】by max poliashenko and chip andrews 【推荐阅读:
WorkingwithMSAccessS】(a) 【扩展信息:
异步Socket通信】例子1<input type=text value= <%=getstring(untranslatedstring ) %>>(b)response.write("<select>")for each row in myrecordsetreponse.write("<option")if myrecordset!id.value = oldselection thenresponse.write(" selected>")elseresponse.write(">")end ifresponse.write(getlocalizedstring(myrecordset!myfield.value)&"</option>")nextresponse.write("</select>")例子2(a)public class globalizedlabel : system.web.ui.webcontrols.label{protected override void render(htmltextwriter output){output.write(translator.getlocalizedstring(text));}}(b)translator.getlocalizedstring("the amount of ")) + price.tostring() +translator.getlocalizedstring(" will be charged to your account."));(c)(new stringbuilder()).appendformat("the amount of {0:c} will becharged to your account.", price);(d)<%@ page language="c#" %><%@ register tagprefix="glb" namespace="globalcontrols"assembly="globalcomponents"%><html><body><glb:globalizedlabel id=lblglobal runat=server>test l...
下一页 摘要:
wsdl:
......