摘要: var table_data; jQuery("#btn_submit").click(function () { jQuery("#form1").validate(); jQuery.validator.unobtrusive.parse("#form1"); var bValid = jQuery("#form1").valid(); if (!bValid) { return; } table_data = jQuery('#right tr').not('thead').m 阅读全文
posted @ 2012-09-03 10:54 rayray2 阅读(133) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Dynamic;namespace ConsoleApplication1{ class Program { // Https://github.com/robconery/massive static void Main(string[] args) { //fun1(); //fun2(); //fun3(); //fun4(); //fun5(); //fun6(); //fun7(); } priv 阅读全文
posted @ 2012-08-31 13:54 rayray2 阅读(265) 评论(1) 推荐(0)
摘要: http://www.codeproject.com/Articles/11987/DropDownCheckList-ASP-NET-Server-Controlhttp://www.codeproject.com/Articles/8206/PleaseWaitButton-ASP-NET-Server-Controlhttp://weblogs.asp.net/stevewellens/archive/2009/12/04/a-simple-asp-net-custom-server-control.aspxhttp://www.codeproject.com/Articles/4019 阅读全文
posted @ 2012-08-27 09:30 rayray2 阅读(402) 评论(0) 推荐(0)
摘要: http://geekswithblogs.net/AzamSharp/archive/2007/12/13/117684.aspxhttp://techbrij.com/981/role-based-menu-asp-net-mvchttp://www.iwantmymvc.com/render-dynamic-html-menu-with-razor-in-mvc-3 http://amf.codeplex.com/http://www.codeproject.com/Articles/239743/AMF-Asp-net-Mobile-Frameworkhttp://www.lis186 阅读全文
posted @ 2012-08-13 13:22 rayray2 阅读(283) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/167763/Fun-with-HTML5-Canvas-WebSocket-JQuery-and-ASP-NEThttp://ishare.iask.sina.com.cn/f/23145988.htmlhttp://www.codeproject.com/Articles/268774/Learn-HTML5-in-5-Minutes http://www.qianduan.net/abroad-100-free-high-quality-x-html-css-templates.htmlhttps://github. 阅读全文
posted @ 2012-08-04 10:36 rayray2 阅读(243) 评论(0) 推荐(0)
摘要: http://www.go577.com/wzwebmap/map/mapmain.aspxhttp://www.shipxy.com/http://friism.com/c-and-google-geocoding-web-service-v3http://gmaps.codeplex.com/releases/view/42792http://www.google.com.hk/#hl=zh-CN&newwindow=1&safe=strict&q=google+map+web+services+c%23&oq=google++map+web+service 阅读全文
posted @ 2012-07-31 00:34 rayray2 阅读(318) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> $(document).ready(function () { $(".numberinput").forceNumeric(); }); // forceNumeric() plug-in implementation jQuery.fn.forceNumeric = function () { return this.each(function () { $(this).keydown... 阅读全文
posted @ 2012-07-16 00:49 rayray2 阅读(446) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/lyj/archive/2008/03/25/1122157.html 没用这个才是 我想要的http://www.cnblogs.com/killuakun/archive/2008/08/03/1259389.html顺便又给了一个这个http://multitierlinqtosql.codeplex.com/google : PredicateExtensions继LINQ动态组合查询PredicateExtensions讲解http://www.cnblogs.com/whitewolf/archive/2010/08/02/179039 阅读全文
posted @ 2012-07-11 00:26 rayray2 阅读(205) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/philzhou/archive/2012/05/08/2490253.htmlselect fcustno, forderno, forderdate from t_ordersfcustnofordernoforderdate10101010022003/4/2510101010012003/4/2510101010022003/4/2510201020012003/4/2510201020022003/4/25 public class CustomerTree { public string customerId { get; set; } 阅读全文
posted @ 2012-06-12 13:38 rayray2 阅读(301) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/7255621/how-to-allow-zooming-of-uiwebview-tried-everythinghttps://developer.mozilla.org/en/mobile/viewport_meta_taghttp://ask.badadev.com/questions/3468/clicking-on-an-html-textbox-forces-zoom-in-webview-can-we-deactivate-this-behaviourhttp://ask.badadev.com/questi 阅读全文
posted @ 2012-05-22 00:13 rayray2 阅读(350) 评论(1) 推荐(0)