http://forums.asp.net/t/1211836.aspx
http://objectmix.com/javascript/112089-onclientclick-prevents-onclick-work.html
OnClientClick="javascript:DisableButton()"
<script type="text/javascript">
function DisableButton()
{
<%=Page.GetPostB阅读全文>
发表于 @ 2008年07月31日 14:19:00|评论(loading...)|收藏
Content-type: How to force a file download阅读全文>
发表于 @ 2008年07月31日 14:16:00|评论(loading...)|收藏
Recovering VMware snapshot after parent changed 阅读全文>
发表于 @ 2008年07月31日 09:39:00|评论(loading...)|收藏
getElementById DropDownList ValidatorEnable阅读全文>
发表于 @ 2008年07月27日 17:44:00|评论(loading...)|收藏
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. 阅读全文>
发表于 @ 2008年07月25日 11:18:00|评论(loading...)|收藏
<DIV id=ArticleContentTitle><A name=baidusnap1></A><B style="COLOR: black; BACKGROUND-COLOR: #a0ffff">游标</B>详解之基本<A name=baidusnap2></A><B style="COLOR: black; BACKGROUND-COLOR: #99ff99">语法</B>篇</DIV><DIV id=ArticleAuthor>作者:佚名 转自:http://www.pushad.com 点击:208 发布日期:2007-7-4 </DIV><DIV id=ArticleContent><P>要想明白什么是<B style="COLOR: black; BACKGROUND-COLOR: #阅读全文>
发表于 @ 2008年07月14日 15:17:00|评论(loading...)|收藏
c#.net实现splash screen(闪屏)的几个方法:
闪屏直接用个form就可以了,然后在主form中new出来,并且调用form.show() (千万别用showdialog)。比较麻烦的是希望在这个时候把主窗体隐藏起来。下面是解决方法。
不能用常规的this.Visible来设定。因为form的load事件后form会show出来。
以下方法1~3测试有效:
阅读全文>
发表于 @ 2008年07月03日 11:34:00|评论(loading...)|收藏