摘要:
转自:http://weblogs.asp.net/rajbk/pages/431322.aspx。 此人其它博文也值得学习VS 2005 RTM (.net framework 2.0)Target: Intermediate Developers Consider you have an XML file like this: <Employees> <Employee FirstName="Tom" LastName="Jones" CustomerId="1" /> <Employee First 阅读全文
posted @ 2012-10-19 13:50
烟雨客
阅读(169)
评论(0)
推荐(0)
摘要:
事情虽然小,但还是值得保留http://www.ganshani.com/2008/04/10/only-numbers-in-textbox/Requirement: TextBox in C# should accept only numbers as input.Solution:Raise an event KeyPress and paste following line of code.private void txtInput_KeyPress(object sender, KeyPressEventArgs e){ if (!Char.IsNumber(e.KeyChar)). 阅读全文
posted @ 2012-10-18 11:16
烟雨客
阅读(164)
评论(0)
推荐(0)
浙公网安备 33010602011771号