RSS 2.0 Feed
English articles
Some of my articles are translated into English and put here.
摘要:I suppose you were searching the keywords in the title before entering this page. The problem may be: In a GridView (ASP.NET 2.0), you want to use a HyperLinkField, but you find it doesn't support UrlEncode, while you are planning to pass some variables via URLs. The bug report shows that Microsoft doesn't have any plan on adding such a property, because their policy on backward compatibility between different version of .net frameworks. I also made a lot of searching and browsing. The popular way to solve this problem always is, to tranform your HyperLinkField into TemplateField, and do UrlEncode by yourself via......[阅读全文]

posted @ | Feedback (0) | Filed Under [ English articles 技术类 ]

摘要:You'll see a virtual printer named "Microsoft Office Document Image Writer" is added to your printers' list if you install Office 2003. Use this printer you may get a MDI file. There are few articles over this function. But I found a good scenario, which this printer does the work perfectly. (1) First use this printer to print files, like Word, Excel, PowerPoint, NotePad, web pages in browsers, emails in Outlook, pictures in Photoshop .... Yes, you convert files in different formats to a common format -- MDI format. (2) Office 2003 also provides us a programming interface. We can get the texts......[阅读全文]

posted @ | Feedback (3) | Filed Under [ English articles ]