CSS friendly ASP.NET 2.0 control adapters Beta 1.1 Welcome Version information This is the Beta 1.1 version of the CSS Friendly Adapters last updated on 4/29/2006. If you downloaded the original version on 4/27/2006 (Beta 1) please update your bits immediately.… Read More
【ASP.NET】ダウンロード後の画面リフレッシュの方法 http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=30252&forum=7 ASP.NET(VB.NET)で開発しております。 現在、ある画面で日付を入力させ、画面上に配置してある実行ボタンを押したタイミングで日付を元にサーバ側で対象データを抽出・ファイルを作成し、そのファイルをクライアント側にダウンロードさせています。 実行ボタンを押した際に、サーバ側で日付チェックを行なっており、指定できない日付の場合に、画面上のメッセージ出力用ラベルにエラーメッセージを出力しています。 画面にエラーメッセージが表示されている状態で、正しい日付を入力して実行ボタンを押すと、エラーメッセージが表示された状態で処理が正常に進ん でいくので違和感があります。よって、何かのタイミングでエラーメッセージを消したいと思うのですが、うまくいかなくて悩んでいます。何か回避手段はある のでしょうか? メッセージを消すタイミングは、ダウンロード前でも後でも構わないのですが。 ちなみに、実行ボタンが押されたイベントで以下のような感じでダウンロードさせているため、サーバに制御が戻ってこないのではないか、と考えています。 コード: Response.Clear() Response.ContentType = “application/x-zip” Response.Charset = “” Response.AddHeader(“content-disposition”, “attachment; filename=” + HttpUtility.UrlEncode(“報告書_”) + ls_TaisyoYmd + “_Test.lzh”) Response.WriteFile(Server.MapPath(“lzh/” & ls_LzhFile & “.lzh”)) Response.End()… Read More
Subversion関連 CheckOut->Commit(Update) http://subversion.tigris.org/ http://tortoisesvn.tigris.org/ http://rapidsvn.tigris.org/… Read More
12个.net 开发者值得去读的国外Blog 12个.net 开发者值得去读的国外Blog – EricLee: 为什么会是12个?来自weblogs.asp.net 的Jon Galloway 为广大.net开发爱好者推荐了10个值得阅读的技术Blog。一位来自Scobleizer Blog 的热心读者在留言中也推荐了2个,加在一起12个。 Christopher Steen – Link blogger extrordinaire. Coding Horror (Jeff Atwood) – Excellent writer with a lot to say about how software development ought to be done, fun stuff about technology and games, must have tools and utilities, and regular doses of slick code. Computer Zen… Read More
Chatting with Atlas Chatting with Atlas: Create Your Own Chat Room By Andrew Flick and Anthony Lombardo We have to admit, we still can’t get enough of AJAX. Many of our thoughts revolve around asynchronous page behaviors, and coming up with new ways to break the tired old paradigm of “postbacks”. When you examine AJAX as a protocol,… Read More
vtiger – web2.0 CRM vtiger :: View Entry – vtiger – web2.0 CRM: Here is a small list of CRM products/services labeled as Web 2.0 CRM: CRM 2.0 24sevenoffice – Web-based crm & erp. http://www.24sevenoffice.com/ Fixia – Social helpdesk. http://www.fixya.com/ Helpspot – Wen nased help desk software. http://www.userscape.com/ Pushcrm – Web-based crm. http://pushcrm.com/ Simpleticket – Helpdesk solution. http://www.simpleticket.net/ Userscape… Read More
PHP开发工具列表 Exceed PHP Club -> PHP开发工具列表: Dev-PHP 网址: http://devphp.sourceforge.net/ 评分: *** 简单阐述: 用Delphi开发的Opensource的PHP开发工具,较好的集成了PHP解析器和PHP-GTK库。性能和稳定性都很不错。只是在团队合作上比较薄弱,没有scc和project的feature。但完全让你有理由舍弃掉editplus EditPlus 网址: http://www.editplus.com/ 评分: *** 简单阐述: 速度快,支持多种语言的语法加亮. 有project概念,但并不好用。无SCC集成。但是个优秀的编辑器。 PHPEdit 网址: http://www.phpedit.net/ 评分: ***** 简单阐述: 一个优秀的IDE. 调试功能丰富,项目管理功能丰富,带有SCC, 项目管理由一个Plugin, 集成有Grep,帮助文档工具….. 推荐PHP开发工具。 Zend Studio 网址: http://www.zend.com 简单阐述: 优秀的IDE, 各个功能丰富,Zend的拳头产品。带有CVS集成,项目管理也较为丰富。为商业软件。价格颇高,195美元起。 Welcome to PHPE.org To be a good programmer! I will.… Read More