会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
john.net
博客园
首页
新随笔
联系
订阅
管理
公告
#
[置顶]
silverlight 二级导航
摘要: 从XML读取数据,实现二级导航功能修改XML的节点可以对导航条进行扩展,效果部分类似http://silverlight.net/首页导航XML内容如下[代码]效果图项目结构图代码下载
阅读全文
posted @ 2009-06-04 09:08 john.net
阅读(1790)
评论(4)
推荐(1)
#
[置顶]
asp.net mvc 获取IP方法的扩展
摘要: 1.扩展方法必须在非泛型静态类中定义2.扩展方法必须是静态的3.不能在静态类中声明实例成员public static class PubMethod { public static string GetIP(this Controller ctrl) { string ip; if (ctrl.HttpContext.Request.ServerVariables["HTTP_VIA"] != n...
阅读全文
posted @ 2009-05-20 13:05 john.net
阅读(1455)
评论(0)
推荐(0)
2009年5月21日
#
asp.net mvc jquery ajax 分页
摘要: //View页面代码如下[代码][代码]
阅读全文
posted @ 2009-05-21 23:16 john.net
阅读(1266)
评论(5)
推荐(0)
asp.net silverlight 颜色赋值
摘要: public class SubColor { public static Color FromArgb(string color) { int[] a =new int[4]; int[] b =new int[8]; string rg1 = "#[a-fA-F0-9]{8}"; Regex r1 = new Regex(rg1); if (r1.IsMatch(color)) { for (...
阅读全文
posted @ 2009-05-21 12:35 john.net
阅读(554)
评论(0)
推荐(0)
2009年5月20日
#
System.Data.Services.Client.DataServiceRequestException: 处理此请求时出错
摘要: 异常如下:System.Data.Services.Client.DataServiceRequestException: 处理此请求时出错。 ---> System.Data.Services.Client.DataServiceClientException:silverlight DataService调用出错,这种情况一般都是权限不够在DataService中public stati...
阅读全文
posted @ 2009-05-20 12:56 john.net
阅读(581)
评论(0)
推荐(0)
博客园
© 2004-2025
浙公网安备 33010602011771号
浙ICP备2021040463号-3