IIS7でURLリライトモジュールを利用したときのPostback先の指定

clock November 2, 2008 21:52 by author citiszo
IIS7ではURLリライトモジュールが提供されていて、URLの書き換えが容易に行えるようになっています。 ただし書き換えを行った後でPostbackが起きると、書き換えられた後のURLになってしまいます。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


【Javascript】JavaScriptでのOOP

clock September 11, 2008 13:42 by author
JavaScriptはオブジェクト指向言語である。 ただし、”クラスベース”のオブジェクト指向言語 ( C#やJavaなど ) ではなく、”プロトタイプベース”のオブジェクト指向言語である。 以下、JavaScriptでのOOPについての簡単な解説。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


【Javascript】HTML や ASPX と対になる JS ファイルの書き方

clock September 11, 2008 10:11 by author
最近、というか今日から、HTML や ASPX と対になる JS ファイルの書き方を変えてみた。 こんな感じ。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Tips]Windows Server 2008 に SharePoint Server 2007 をインストールする際の注意点

clock September 3, 2008 10:45 by author citiszo
ここ数週間にわたって、検索に関するワンポイントをご紹介してきました。他にも少しあるのですが、1 か月も続けて話すほどではないので、ちょっと話題を変えてコマンド ウィンドウのお話をしましょう。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


ASP.NET でJSON形式を提供するために JavaScriptSerializer

clock August 29, 2008 18:27 by author
でもって JSON データの提供だが、.NET Framework 3.5 では WCF を使えという方向になっていたようなのだが、これはこれでWeb.Config に設定を書かないといけないというのは、どうにもイケてない。提供するデータ形式を柔軟にする必要もないのに。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


ASP.Net JSON形式に変換

clock August 29, 2008 17:46 by author
Microsoftのhttp://www.asp.net/ajax/にて、 「ASP.NET AJAX Downloads for ASP.NET 2.0」をダウンロードして、 入手することができます。 インストールして、参照設定を行います。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Blogengin.NET 1.4.5 Released!

clock August 2, 2008 09:42 by author
ここのブログを Blogengine.net 1.4.5へバージョンアップしてみました。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


クライアントとサーバで入力値をチェックする(正規表現)

clock May 6, 2008 12:07 by author
クライアントとサーバで入力値をチェックする(正規表現) [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


指定した年と月に含まれる日数を取得する

clock May 6, 2008 08:08 by author
指定した年と月に含まれる日数を取得するには、DateTime の DaysInMonth メソッドを使用します。 引数に取得したい年と月を指定することで、指定した年と月に含まれる日数が返されます。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


AjaxControlToolkit MaskedEditExtender /CalendarExtender を使用する

clock April 12, 2008 10:15 by author
AjaxControlToolkit MaskedEditExtender /CalendarExtender を使用する [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[How To][Tips]ASP.NET Ajax JavaScriptSerializer(JSON)を使用する

clock February 20, 2008 08:51 by author
[How To][Tips]ASP.NET Ajax JavaScriptSerializer(JSON)を使用する [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[How To]-[Javascript]String trim functions: ltrim, rtrim and trim【Tips】

clock January 31, 2008 04:00 by author
This is the source forThis is the source for tree Javascript function to strip the spaces of a string. The first is a definition of the seperate function ltrim, rtrim and trim. These trim the spaces to the left of the string, the right of the string and both sides respectively. tree Javascript function to strip the spaces of a string. The first is a definition of the seperate function ltrim, rtrim and trim. These trim the spaces to the left of the string, the right of the string and both sides respectively. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[Hot].NET Framework 2.0 Service Pack 1 で修正される問題

clock January 30, 2008 00:21 by author
この資料では、Microsoft .NET Framework 2.0 Service Pack 1 (SP1) で修正される問題の一覧を掲載しています。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[How To]ASP.NET AJAXのAutoCompleteExtenderを弄る

clock January 24, 2008 23:29 by author
Microsoft ASP.NET AJAXを使ってみようかと、つか、ASP.NETを始めたいと思ったのはAjaxが楽に扱えそうと思っているわけなんで、手始めにControl ToolkitにあるAutoCompleteExtenderを試してみた。所謂入力補完機能というか、Google Suggestに使われているアレです。このコントロールをそのまま使うのは、既にいろいろなサイトで紹介されているので簡単に扱えたが、入力中のボックスだけに補完されてもつまらん。Google Suggstでさえ、補完語句以外に検索結果件数も表示されているし、実際の入力フォームでは付随する情報も他の入力ボックス等に反映させたいときが多い。たとえば氏名を入力すると住所や電話番号も出てくるとか。 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


[ASP.NET AJAX]UpdatePanelAnimationコントロールで部分更新前後にアニメーションを実行するには?[2.0のみ、C#、VB]

clock January 23, 2008 22:51 by author
ASP.NET AJAXが提供するコントロールの中でも、UpdatePanelコントロールは最も手軽に利用でき、また、有用なコントロールだ。「 [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

Calendar

<<  November 2008  >>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

Archive

Tags

Categories


Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2008

    Sign in