随笔分类 -  .Net

 
vs下的checkbox全选
摘要:webform1.aspx<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="JavascriptStudy.WebForm1"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">... 阅读全文
posted @ 2007-11-07 09:09 Lucy.Net 阅读(337) 评论(0) 推荐(0)
http://www.cisco.com/en/US/docs/wireless/access_point/12.3_8_JA/configuration/guide/s38web.html
摘要:http://www.cisco.com/en/US/docs/wireless/access_point/12.3_8_JA/configuration/guide/s38web.html 阅读全文
posted @ 2007-10-16 22:54 Lucy.Net 阅读(268) 评论(0) 推荐(0)
ASP.NET网页的安全性设计
摘要:本文介绍了用ASP.NET设计网页时提高网络安全性的几种编程方法,对预防Internet攻击和ASP.NET开发动态网站有一定的指导作用。 ASP.NET是目前非常流行和重要的开发工具之一。ASP.NET是基于Windows NT 和 Microsoft IIS 上的开放式的Web服务器应用程序开发技术。ASP.NET支持应用程序的实时更新。客户浏览器采用按页浏览的工作方式,而且各个页面文件有相对... 阅读全文
posted @ 2007-09-11 09:21 Lucy.Net 阅读(457) 评论(0) 推荐(0)
水晶报表打印大小的问题
摘要:今天遇到一个问题,我利用vs2003.net自带的crystal reports 做了一个报表,然后我在报表里的"打印机设置"里自定义了一个纸张大小,然后我将该报表导出为pdf格式,在我自己的机器上,该pdf文挡大大小为我定义的纸张的大小,但我将程序发布发布到另外一台机器上的时候,pdf文挡的大小变成了a4大小,这是为什么,那位大虾遇到过这样的问题,请教,谢谢! 阅读全文
posted @ 2007-05-09 10:55 Lucy.Net 阅读(488) 评论(0) 推荐(0)
将DataGrid数据写入Excel文件
摘要:http://dev.csdn.net/develop/article/83/83254.shtm 阅读全文
posted @ 2006-03-27 16:25 Lucy.Net 阅读(149) 评论(0) 推荐(0)
用.net实现远程获取其他网站页面内容!(核心代码分析)
摘要:http://dev.csdn.net/develop/article/83/83258.shtm 阅读全文
posted @ 2006-03-27 16:23 Lucy.Net 阅读(199) 评论(0) 推荐(0)
ASP.NET组件设计
摘要:http://www.xyhhxx.com/news/net/20051123144808.htm 阅读全文
posted @ 2006-03-07 21:50 Lucy.Net 阅读(102) 评论(0) 推荐(0)
Microsoft MSDN Crystalreportviewer
摘要:http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/crystlrf/html/crlrfwebcrystalreportviewermemberstopic.asp 阅读全文
posted @ 2006-03-05 21:08 Lucy.Net 阅读(168) 评论(0) 推荐(0)
水晶报表
摘要:http://www.blog.edu.cn/user2/32244/subject/ 阅读全文
posted @ 2006-03-05 21:07 Lucy.Net 阅读(103) 评论(0) 推荐(0)
Asp.net常用函数
摘要:Abs(number) 取得数值的绝对值。 Asc(String) 取得字符串表达式的第一个字符ASCII 码。 Atn(number) 取得一个角度的反正切值。 CallByName (object, procname, usecalltype,[args()]) 执行一个对象的方法、设定或传回对象的属性。 CBool(expression) 转换表达式为Boolean 型态。 CByte(ex... 阅读全文
posted @ 2006-02-27 08:44 Lucy.Net 阅读(152) 评论(0) 推荐(0)
asp.net控制Sql Server服务的启动与停止
摘要:首先在解决方案资源管理器中添加引用System.ServiceProcess.dll然后在.cs中using System.ServiceProcess;然后在事件中写代码: ServiceController sc=new ServiceController("MSSQLSERVER"); if(sc.Status==ServiceControllerStatus.Stopped) ... 阅读全文
posted @ 2006-02-23 14:36 Lucy.Net 阅读(263) 评论(0) 推荐(0)
Page.SmartNavigation 属性
摘要:Page.SmartNavigation 属性请参见Page 类 | Page 成员 | System.Web.UI 命名空间 | Page 成员(Visual J# 语法) | C++ 托管扩展编程 要求平台: Windows 2000, Windows XP Professional, Windows Server 2003 系列获取或设置指示是否启用智能导航的值。[Visual Basic]... 阅读全文
posted @ 2006-02-23 14:32 Lucy.Net 阅读(234) 评论(0) 推荐(0)
我是菜鸟,学了一招
摘要:Imports System.DataImports System.Data.SqlClient Public Class WebForm1 Inherits System.Web.UI.Page #Region " Web 窗体设计器生成的代码 " '该调用是 Web 窗体设计器所必需的。 Private Sub InitializeComponent() End ... 阅读全文
posted @ 2006-01-17 21:42 Lucy.Net 阅读(197) 评论(0) 推荐(0)