摘要: protected void Button1_Click(object sender, EventArgs e) { //Create a local table DataTable table = new DataTable("temp"); ... 阅读全文
posted @ 2014-04-23 15:38 happyu0223 阅读(432) 评论(0) 推荐(0) 编辑
摘要: got the answer...this is the pattern ^[A-Za-z0-9\s!#$&#64;%^&*()_+=-`~\\\]\[{}|';:/.,?><] 阅读全文
posted @ 2014-04-23 09:47 happyu0223 阅读(139) 评论(0) 推荐(0) 编辑
摘要: There are a few services out there that serve up screenshots of any webpage for you to display on your website. One popular one is Kwiboo; this is the... 阅读全文
posted @ 2014-04-22 14:57 happyu0223 阅读(340) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function () { InitializeImageSlider();}); function InitializeImageSlider() { $( '.flexslider').f... 阅读全文
posted @ 2014-04-22 11:14 happyu0223 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Aspose for Cloud is a cloud-based document generation, conversion and automation platform for developers. Aspose for Cloud’s REST APIs give developers... 阅读全文
posted @ 2014-04-18 13:14 happyu0223 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Unlike the Web Forms GridView control, the Web Pages WebGrid doesn't offer anything by way of inline editing capability. This article looks at one app... 阅读全文
posted @ 2014-04-18 11:04 happyu0223 阅读(252) 评论(0) 推荐(0) 编辑
摘要: There was a time when people thought the internet required a completely different payment method than the real world. After a very short period of tim... 阅读全文
posted @ 2014-04-18 09:46 happyu0223 阅读(411) 评论(0) 推荐(0) 编辑
摘要: JS Bin Users Field 1 Field 2 Field 3 User Roles Field 1 Field 2 Field 3 Roles Field 1 Field 2 Field 3 from:http://jsb... 阅读全文
posted @ 2014-04-16 16:40 happyu0223 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Drawing lines with a mouse - JSFiddlevar canvas = new fabric.Canvas('c', { selection: false });var line, isDown;canvas.on('mouse:down', function(o){ ... 阅读全文
posted @ 2014-04-16 13:34 happyu0223 阅读(196) 评论(0) 推荐(0) 编辑
摘要: I discovered this by creating the application again from scratch thanks to this other site: http://blogs.msdn.com/b/webdev/archive/2013/12/19/buildin... 阅读全文
posted @ 2014-04-15 14:46 happyu0223 阅读(297) 评论(0) 推荐(0) 编辑