随笔分类 -  ASP.NET

摘要:进到这个公司一直就是winform和Silverlight,实在是没有实战web项目的机会。大D也辞职了,去搞web app了。自己也该闲暇时间多学习学习,每天进步一点点。AD:【线下活动】三大新锐HTML 5企业汇聚51CTO—大话移动前端技术OK,不多说了,看一下Solution的截图基本上一看... 阅读全文
posted @ 2015-10-27 18:16 happyu0223 阅读(842) 评论(0) 推荐(0)
摘要:一,简介Signal 是微软支持的一个运行在 Dot NET 平台上的 html websocket 框架。它出现的主要目的是实现服务器主动推送(Push)消息到客户端页面,这样客户端就不必重新发送请求或使用轮询技术来获取消息。二,实现机制SignalR 的实现机制与 .NET WCF 或 Remo... 阅读全文
posted @ 2015-10-27 18:10 happyu0223 阅读(224) 评论(0) 推荐(0)
摘要:http://forums.asp.net/t/1984233.aspx 阅读全文
posted @ 2014-05-08 16:53 happyu0223 阅读(139) 评论(0) 推荐(0)
摘要:protected void btnCrop_Click(object sender, EventArgs e) { ... 阅读全文
posted @ 2014-05-08 15:51 happyu0223 阅读(170) 评论(0) 推荐(0)
摘要:What is Health Monitoring?Health Monitoring is a framework for monitoring status of running ASP.NET applications and logging significant ASP.NET appli... 阅读全文
posted @ 2014-04-30 15:24 happyu0223 阅读(265) 评论(0) 推荐(0)
摘要:ASP.NET Web Pages framework examples of the Database helper do not include calls to Close or Dispose because the framework itself is designed to call ... 阅读全文
posted @ 2014-04-29 15:06 happyu0223 阅读(181) 评论(0) 推荐(0)
摘要:XmlDataSource BasicsThe XmlDataSource control exists merely as a proxy for retrieving XML data, which can then be programmatically accessed or bound t... 阅读全文
posted @ 2014-04-29 14:05 happyu0223 阅读(339) 评论(0) 推荐(0)
摘要:Normally people host their published version into the www root directory and run the Crystal report runtime and runtime uses IIS directory and display... 阅读全文
posted @ 2014-04-28 13:30 happyu0223 阅读(157) 评论(0) 推荐(0)
摘要:Introduction: In this article I will explain how to create setup file in visual studio 2008/2010 to deploy web application file directly in IIS or in ... 阅读全文
posted @ 2014-04-28 11:23 happyu0223 阅读(642) 评论(0) 推荐(0)
摘要:Hide demoDownloadIn this article I’m going to explain how to create Google combo chart example with database in ASP.NET. Google charts allows you ... 阅读全文
posted @ 2014-04-28 10:44 happyu0223 阅读(484) 评论(0) 推荐(0)
摘要:Editable header This is an editable div element element. please see live demo:http://jsbin.com/xipupemi/1 阅读全文
posted @ 2014-04-24 13:45 happyu0223 阅读(249) 评论(0) 推荐(0)
摘要:got the answer...this is the pattern ^[A-Za-z0-9\s!#$&#64;%^&*()_+=-`~\\\]\[{}|';:/.,?><] 阅读全文
posted @ 2014-04-23 09:47 happyu0223 阅读(148) 评论(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 阅读(351) 评论(0) 推荐(0)
摘要:$(document).ready(function () { InitializeImageSlider();}); function InitializeImageSlider() { $( '.flexslider').f... 阅读全文
posted @ 2014-04-22 11:14 happyu0223 阅读(195) 评论(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 阅读(441) 评论(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 阅读(161) 评论(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 阅读(199) 评论(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 阅读(302) 评论(0) 推荐(0)
摘要:VB:Here SaveImage is the method for Re-size the image with Transparancy......Public Shared Sub SaveImage(imgheight As Integer, imgwidth As Integer, imgfilename As String, path As String, upImage As FileUpload) Dim width As Integer = imgwidth Dim height As Integer = imgheight Dim fileName As String = 阅读全文
posted @ 2014-04-02 09:39 happyu0223 阅读(218) 评论(0) 推荐(0)
摘要:In this Article, I am explaining how to make use JavaScript in the ASP.Net GridView control and make it more elegant by reducing postbacks. Functions such as 1. Highlighting selected row2. Check/Uncheck all records using single checkbox.3. Highlight row on mouseover event.The above three functions c 阅读全文
posted @ 2014-04-01 16:19 happyu0223 阅读(281) 评论(0) 推荐(0)