Blogs1 - 10 of 10,838 recent posts for tag:asp.net
17
Dec
2009
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

16
Dec
2009
OutputCache et ScriptManager – Attention, seul le rendu est caché

12 hours ago by Atteint de JavaScriptite Aiguë [Cyril Durand] ...

Lorsque j’utilise un UserControl et que j’ai besoin d’inclure des scripts JavaScript, j’utilise un ScriptManagerProxy. L’avantage du ScriptManagerProxy est qu’il n’inclut le script qu’une seule fois, qu’importe si le UserControl se répète ou si l’on i... Read More......( read more)

ASP.NET Français Blogs - weblogs.asp.net/aspnet-fr-blogs/default.aspx

OutputCache et ScriptManager – Attention, seul le rendu est caché

12 hours ago by cyril

Lorsque j’utilise un UserControl et que j’ai besoin d’inclure des scripts JavaScript, j’utilise un ScriptManagerProxy. L’avantage du ScriptManagerProxy est qu’il n’inclut le script qu’une seule fois, qu’importe si le UserControl se répète ou si l’on i...

Atteint de JavaScriptite ... - blogs.codes-sources.com/cyril/default.aspx · 5 references

Egzamin 70-562: .NET Framework 3.5, ASP.NET Application Development – jak ...

13 hours ago by Bartosz

Ogólnie o 70-562 Celem egzaminu numer 70-562 jest potwierdzenie kompetencji w zakresie programowania aplikacji internetowych za pomocą ASP.NET na platformie .NET 3.5. Jak czytamy na stronie poświęconej egzaminowi profil idealnego kandydata do zdania tego egzaminu to osoba pracująca w średnich-dużych ...

.NET/C# development blog - blog.milosierny.net

ASP.net: DateTime formatting in a GridView BoundField

15 hours ago by schleichermann

Schleichermann's Weblog - schleichermann.wordpress.com · 2 references

Don’t redirect after setting a Session variable

15 hours ago by evick

Today I was using a login process to secure some areas of the web page. After a couple of problems with Firefox saying Redirect loop error. The test in IExplorer 8 don’t say any error but simply not work as supposed. This post was the solution to the strange behavior Ref:http://weblogs.asp.net/blero ...

Emilio Vick Blog :-) - emiliovick.wordpress.com · Rank: 190,621

Video: CodeRush Guitar Code Challenge at PDC 2009

16 hours ago by Mehul Harry Developer Express

Do you remember the challenge Mark Miller laid down for this year’s PDC conference? Yes, that insane challenge where he would use an XBOX guitar and no keyboard! Check out this video of Mark Miller at PDC 2009 as he took on all kinds of challengers: I was expecting many more winners since Mark had c ...

AnswerMyQuery - blog.answermyquery.com · Rank: 80,432

Previous1234567