|
Adding and removing asp menu items.
1 hour ago
by techolyvia
Suppose we have a asp menu like the one shown below, and we want to hide all items except the first item, the code is as follows:
Gitolekha's Tech Weblog - techolyvia.wordpress.com · 1 reference
|
|
Visual Studio 2010
7 hours ago
by sukanyadotnet
My first look of visual studio 2010 I just downloaded 2010 in to my system when I open first time I was crazy by seeing the new environment I think Microsoft took lot of care from begging to end when we see the window it is totally a fresh present look with lot of enhanced new concepts within it. Se ...
Sukanya - vejellasukanya.wordpress.com
|
|
【ASP.NET】C# E-mailチェックとURLチェックの正規表現サンプル
8 hours ago
by だいすけ
E-mailチェックの正規表現サンプル URLチェックの正規表現サンプル 入力フォームでE-mailやURLの入力をチェックするのに、正規表現を使って行うけど、ネットを探して見つけたサンプルが、全然使えなくて大変だった。笑 ただでさえ、C#のサンプルってあまりないのに。。。 MSDNのサイトのサンプルさえも使えなくて。。。 どのサンプルもURLチェックで、「-」(ハイフン)付きのURLがどうしても通らなくて。。。 正規表現の予約語でとかとかってあるけど、あれって、どんな文字までチェックしてるんだろう。。。 RegularExpressionValidatorツールを ...
渡辺大祐ブログ - daisuke-watanabe.com · 2 references
|
|
Get URL of current page
8 hours ago
by The Devil
string url = HttpContext . Current . Request . Url . AbsoluteUri ; Result: http://localhost:1302/TESTERS/Default6.aspx string path = HttpContext . Current . Request . Url . AbsolutePath ; Result: /TESTERS/Default6.aspx string host = HttpContext . Current . Request . Url . Host ; Result: localhost
016-3286699's Inbox - my.0163286699.com · Rank: 74,895 · 4 references
|