随笔分类 - JS&AJAX
摘要:If you are seeing this javascript error (or similar) while trying to use Page Methods with ASP.NET AJAX, here is a checklist that should save you some time.The page method must have the System.Web.Ser...
阅读全文
摘要:The DragPanel extender makes it extremely simple to add a ‘drag’ to your controls. It can target any panel control which enables you to move your panel from one place to another, on the cl...
阅读全文
摘要:1.oncontextmenu="window.event.returnValue=false"将彻底屏蔽鼠标右键<tableborderoncontextmenu=return(false)><td>no</table>可用于Table2.<bodyonselectstart="returnfalse">取消选取、防止复制3.onpaste="re...
阅读全文
摘要:ProblemsWhen I select a row from the GridView on "TabPanel2", the ActiveTabIndex is not maintained and appears to be reset.ASPX <%@ page autoeventwireup="true" codefile="Tabs.aspx.cs" inherits="Tab...
阅读全文
摘要:网站常用的一种JS的图片幻灯片,要用的话就拿走吧!<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">...
阅读全文
摘要:1. Accordion 【功能概述】Accordion可以让你设计多个panel 并且一次只显示一个Panel .在页面上的显示效果就像是使用了多个CollapsiblePanels只不过每一次只展开其中一个CollapsiblePanel.Accordion控件内部包含了若干个AccordionPane,每一个AccordionPane的template里包括了对其Header和Content...
阅读全文
摘要:/* 位于 TabContainer 上方,用来显示所有索引标签的标题 */ .tabstrip .ajax__tab_header { font-size: 11px; background: url(Images/line.gif) repeat-x bottom; } /* 索引标签左侧背景图 */ .tabstrip .ajax__tab_inner { padding-left: 3px...
阅读全文
摘要:IE下显示: 火狐下显示: 样式文件: .AjaxTabStrip .ajax__tab_header { font-size: 10pt; padding-left:0px; height:28px!important; height:20px; padding-top:2px; border-bottom:0; /* border-top:1px solid #cccccc; border-l...
阅读全文
摘要:因为项目需要,感觉使用Ajax的TabContainer比较方便,但是其默认的样式与我们已有的风格不一致,所以查了查资料,凑了套简单的style.效果图: Css Style:<style type="text/css">/* Following are tab control styles, Special for Outsourcing Set-up Process Page */...
阅读全文
摘要:安装好ASP.NET Ajax以后添加ASP.NET AJAX所必需的Microsoft.Web.Extensions.dll和System.Web.Preview.dll两个程序集的引用。System.Web.Extensions. dll和Microsoft.Web.Preview.dll这两个程序集所在的位置(按照默认路径,这两个文件一般位于C:\Program Files\Microsof...
阅读全文
摘要:In order for your ASP.NET 2.0 applications to understand AJAX, you need to modify your Web.Config file settings to explain what the server side controls like UpdatePanel mean. So, here it goes.StartVi...
阅读全文
摘要:1.下载: 下载地址:http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx打开网址后找到这些: AjaxControlToolkit.zipsource code, 3443K, uploaded Nov 20 2007- 189566 downloads AjaxControlToolkit-NoSour...
阅读全文
摘要:熟练window对象的open、close、alert、confirm、prompt、setTimeout、clearTimeout、setInterval、clearInterval、moveBy、resizeBy、scrollBy方法的使用 掌握window对象的moveTo、resizeTo、scrollTo、print方法的使用 熟练掌握window对象的status、location、...
阅读全文
浙公网安备 33010602011771号