摘要: 在JS 文件中写入JavaScript 代码,并将其作为嵌入式资源添加到项目中,另外,还要为资源名称添加该组件的命名空间作为前缀. 程序读取js文件内容: Assembly dll = Assembly.GetExecutingAssembly(); StreamReader reader; reader = new StreamReader(dll.GetManifestRes... 阅读全文
posted @ 2005-04-05 16:59 让心灵去旅行 阅读(463) 评论(0) 推荐(0) 编辑
摘要: CREATE PROCEDURE northwind_OrdersPaged ( @PageIndex int, @PageSize int ) AS BEGIN DECLARE @PageLowerBound int DECLARE @PageUpperBound int DECLARE @RowsToReturn int -- First set the ... 阅读全文
posted @ 2005-04-05 15:24 让心灵去旅行 阅读(373) 评论(0) 推荐(0) 编辑
摘要: font { font-size: 9pt; } td { font-size: 9pt; text-decoration: none; } p { font-size: 9pt; color: #000000; text-decoration: none; } a:visited { text-decoration: none; color: #003399; } a:link ... 阅读全文
posted @ 2005-04-05 09:50 让心灵去旅行 阅读(480) 评论(0) 推荐(0) 编辑
摘要: /* * 创建人: Applegreen * 更新时间: 2004-9-3 * 描述: Xp风格的DataGrid * Grid宽度560,最大长度351 * GridSmall宽度415,最大长度351 * GridMini宽度300,最大长度300 */ .Grid { font-size: 9pt; background:url('.... 阅读全文
posted @ 2005-04-05 09:49 让心灵去旅行 阅读(658) 评论(3) 推荐(0) 编辑
摘要: body.menuContainer {background: white; border: 0px solid black; margin: 0;} table.menu {position: absolute; visibility: hidden; background: rgb(227,227,249); font-family: verdana; font-size: 11px; ... 阅读全文
posted @ 2005-04-05 09:46 让心灵去旅行 阅读(1274) 评论(2) 推荐(0) 编辑
摘要: using System; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel; using System.Text; using System.Web; using System.Reflection; using System.IO; namespace Isd.A... 阅读全文
posted @ 2005-04-05 09:39 让心灵去旅行 阅读(545) 评论(2) 推荐(0) 编辑
摘要: using System; using System.Text; using System.Collections; namespace ISDMenu { /// /// ISDMenuObject 的摘要说明。 /// public class ISDMenuObject { public ISDMenuObject() { // ... 阅读全文
posted @ 2005-04-05 09:36 让心灵去旅行 阅读(469) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Web.UI.WebControls; using System.Data; namespace RoleCom { /// /// DataGridTools 的摘要说明。 /// public class DataGridTools { public DataGridTools() { ... 阅读全文
posted @ 2005-04-05 09:32 让心灵去旅行 阅读(401) 评论(0) 推荐(0) 编辑
摘要: //=========================================== //项目名称: //类名:MsgTool //创建者:Applegreen //修改时间:2004-7-22 //内容描述:消息处理 //=========================================== using System; using System.Coll... 阅读全文
posted @ 2005-04-05 09:30 让心灵去旅行 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 1.在本机和被访问机器上各创建一个同名用户,要求在本机上的用户未管理员身份, 被访问机器上用户为User以上权限。 2.修改web.config,在下面加入以下设置 3.(Windows 2000)修改本地安全策略:控制面板->管理工具->本地安全策略->本地策略->用户权利指派, 修改项目“以操作系统方式操作”,加入用户"ASPNET". 4.完了。 阅读全文
posted @ 2005-04-04 17:24 让心灵去旅行 阅读(334) 评论(0) 推荐(0) 编辑