码迷,mamicode.com
首页 >  
搜索关键字:.aspx    ( 4364个结果
WFP MSBuild
http://msdn.microsoft.com/zh-cn/library/bb397863.aspx Windows Presentation Foundation (WPF) 通过添加一组特定于 WPF 的任务来扩展 Microsoft Build Engine (MSBuild),这些任务...
分类:其他好文   时间:2014-05-27 00:10:45    阅读次数:364
利用jQuery传送json格式的字符串,后端用ashx文件来接收
在Default.aspx里面,我们会透过javascript建立两个物件,分别有Name和Age的属性,再透过Array的方式,将这两个物件塞到Array里面去。使用Ajax内建的$.ajax API,我们可以把url,type,data,sucess等几个属性先设定好,其中要注意到当我们想透过j...
分类:Web程序   时间:2014-05-26 16:35:17    阅读次数:297
ajax图片上传(asp.net +jquery+ashx)
一、建立Default.aspx页面[csharp]view plaincopyajax图片上传二、新建一个一般处理文件Handler.ashx[csharp]view plaincopyusingSystem;usingSystem.Web;publicclassHandler:IHttpHand...
分类:Web程序   时间:2014-05-26 11:26:02    阅读次数:505
URAL1826. Minefield 题解
原题:http://acm.timus.ru/problem.aspx?space=1&num=18261826. MinefieldTime limit: 0.5 secondMemory limit: 64 MBTo fulfill an assignment, a reconnaissance...
分类:其他好文   时间:2014-05-24 12:57:02    阅读次数:282
关于asp:login控件和验证码的问题?(转)
1.验证码页面添加.2.将这验证码页面添加到login控件中:拖曳一Login控件,将之切换到模式下,在Html源文件中在表格中密码那行后添加: 验证码: 其中ImageUrl="~/public/imageValidate.aspx“ 的imageValidate.aspx指的就是我们第...
分类:Web程序   时间:2014-05-23 05:43:17    阅读次数:326
SQL Server Query Execution Plan Analysis
SQL Server Query Execution Plan AnalysisSource:http://www.sql-server-performance.com/tips/query_execution_plan_analysis_p1.aspx当需要分析某个查询的效能时,最好的方式之一查看...
分类:数据库   时间:2014-05-23 05:05:32    阅读次数:319
以boost::function和boost:bind取代虚函数
转自:http://blog.csdn.net/Solstice/archive/2008/10/13/3066268.aspx这是一篇比较情绪化的blog,中心思想是“继承就像一条贼船,上去就下不来了”,而借助boost::function和boost::bind,大多数情况下,你都不用上贼船。b...
分类:其他好文   时间:2014-05-22 02:12:42    阅读次数:287
gridview列前加复选框需要注意的一点
前言 获取gridview每一列前面的复选框,然后获取选中的这一行的id。aspx页面,我不喜欢用这个,有的公司用自己封装的,基本上都是用封装的,这是我知道的。也有用Repeater的。可能是因为gridview微软该给提供的都提供了吧。很强大,不该要的也有了。废话说了不少,说说我自己做的时候问题吧...
分类:其他好文   时间:2014-05-21 20:37:33    阅读次数:206
js父级页面跳转
<script>parent.location.href=‘../Index.aspx‘</script>
分类:Web程序   时间:2014-05-20 19:50:20    阅读次数:332
js子窗口操作父窗口的标签
======================================父窗体<inputid="aaaa"type="button"/> functionupfile() { resultValue=window.showModelessDialog("ceshi.aspx?file=DownFile",window,"dialogWidth=700px;dialogHeight=70px"); }======================================子窗..
分类:Web程序   时间:2014-05-20 17:27:59    阅读次数:362
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!