|
Graffiti CMS is Now Free Open Source
3 hours ago
by Ken Cox [MVP]
Our friends at Telligent have made the ASP.NET 3.5 source code for their Graffiti CMS (content management system) available on CodePlex . This open source project is a huge gift to the community. Wow! Here’s part of Telligent’s news release : “Graffiti...( read more)
WebLog of Ken Cox - weblogs.asp.net/kencox/default.aspx · 27 references
|
|
Need to generate a machine key.
4 hours ago
by chrisbarba
If need a machine key for your web.config here is a site to get one generated for you. This site will create the a machine key for you and/or a web.config with the machinekey key in it. I had a need for this when running an app in a web farm. Having the same machinekey in the web.config on the multi ...
Random Technical Thoughts - chrisbarba.wordpress.com · Rank: 197,755 · 1 reference
|
|
Episode 70: Brian Hitney of Microsoft
5 hours ago
by mgkimsal
I got a chance to talk about web development stuff with Brian Hitney, Developer Evangelist with Microsoft. We talked about WebsiteSpark, Silverlight, ASP.NET MVC, touched on cloud computing and I kept forgetting the name of a podcast (it was the Startup Success podcast from Bob Walsh and Patrick Fol ...
WebDevRadio Podcast home - ... - webdevradio.com · Rank: 38,811 · 38 references
|
|
ASP.NET DropDownList - Cannot have multiple items selected in a DropDownList
6 hours ago
by bwalls
Using the syntax ‘DropDownList1.SelectedIndex = 10;’ does not create an exception, but using the syntax ‘DropDownList.Items.FindByValue(“10”).Selected = true;’ can create the following exception: Cannot have multiple items selected in a DropDownList. at System.Web.UI.WebControls.DropDownList.VerifyM ...
MS Programmer - msprogrammer.com
|
|
ASP.NET MVC 2 RC
6 hours ago
by Mina Labib
About month ago the Beta version was released, and now ASP.NET MVC team is announcing to day that ASP.NET MVC 2 RC is out there and that release candidate is ready to be downloaded and play around with. Mainly it is focused in bug fixing, improving current features, and performance tuning and you ca ...
Mina Labib's Blog - minalabib.wordpress.com
|
|
ASP.NET Constant
6 hours ago
by Peter
以前用PHP常數大部份都會訂一頁專門存變數 換到ASP.NET就把我搞的一頭霧水 網路上是很多人都用Application 不過更多人討論的是很浪費資源 經過前輩的指導才知道 可以用一個Constant類別存常數 在App_code加入一個CST類別 如果要加入將常數分類還可以加子類別 例如 CST.URL.XXX ? View Code ASP 1 2 3 4 5 6 7 8 Imports Microsoft. VisualBasic Public Class CST Public Class URL Public Const loginURL As String = "Login.asp ...
NANI - nani.cc
|
|
ASP.NET MVC 2 RC 发布
7 hours ago
by kcoffee
ASP.NET MVC是既ASP.NET WebForms之后,微软推出的Front Controller式的Web开发模型,它弥补了前者对HTML控制能力不足,单元测试较为困难等缺点。更重要的是,ASP.NET MVC基于MS-PL发布,是一个真正的开源...
随心的海 - blog.kcoffee.net
|
|
ASP.NET MVC 2 RC Released
8 hours ago
by Haacked
Paternity leave is not all fun and games. Mostly it’s soothing an irate baby and toddler while dealing with explosive poo episodes. Believe me when I say the term “blow out” is apt. That’s probably not the imagery you were hoping for in a technical blog post, but I think you can handle it. ;) What!? ...
you've been HAACKED - haacked.com/Default.aspx · Rank: 1,325 · 1093 references
|
|
ASP.NET MVC 2 RC Released
8 hours ago
by Editor
Paternity leave is not all fun and games. Mostly it’s soothing an irate baby and toddler while dealing with explosive poo episodes. Believe me when I say the term “blow out” is apt. That’s probably not the imagery you were hoping for in a technical blog post, but I think you can handle it. What!? It ...
aspexperts.com - aspexperts.com
|
|
EventID 35, 40 Warning: WMI ADAP was unable to load the ASP.NET performance ...
9 hours ago
by IT Core
This is an oldie that I already ran several times. You notice in event viewer several event Warnings in the Application log: “ Event Source: WinMgmt“, “ Event ID: 35” and “ Event ID: 40“ To identify and replicate the problem at real time run the following command from command prompt: winmgmt /resync ...
IT Core Blog - srvcore.wordpress.com
|