2010年1月7日 上午 09:42|
1 人收藏|
收藏分類 [
ASP.NET
]
n this article, I will present an aspect of communication in ASP.NET 2.0, named "Callback", and how it can be used in a web application. For this, I created a set of "Web Controls" based on "Callback", not on "Postback", but that work exactly like the standard controls of ASP.NET 2.0. I will first start by explaining the important concepts for understanding the article, and finally, I'll show you an example in practice.
By kadaoui el mehdi
2009年12月29日 下午 02:02|
0 人收藏|
收藏分類 [
Google
]
透過 Google 找 Coding How-to 的好範例
Visual Studio 2010 and .NET 4 are packed with new features and enhancements designed to improve developer productivity. Some are small changes and others are more significant. Altogether they deliver a significant gain in productivity.
2009年9月29日 上午 09:44|
1 人收藏|
收藏分類 [
ASP.NET
]
It's very difficult to find a free and compatible (with all browsers) dropdownlist that can contain image and text. However, I looked at the jQuery open source components and saw that jQuery developers have done an excellent work with their several widgets that they have developed. jQuery is a powerful JavaScript framework with very beautiful and optimized widgets.
I’ve been heads down for the last several weeks scrumming, and it has been a while since I’ve updated my blog, so I figured if I was going to keep your interest, I should give you something really useful. We’ve been transitioning from web forms to ASP.NET MVC, and we had a requirement to export the contents of a grid to an Excel spreadsheet from one of our ASP.NET MVC pages and prompt the user to open or save.
In this article, we will take a look at two upcoming features in ASP.NET MVC 2. This article covers ASP.NET MVC 2 Preview 1.
2009年9月7日 下午 05:35|
1 人收藏|
收藏分類 [
ASP.NET
]
Extreme ASP.NET: MSDN Magazine Articles
As your project evolves from simple sketches to prototypes, you may want to add some real interactivity to it. There are two useful tools in Blend make this really easy: Sample Data and Behaviors. This tutorial will focus on Sample Data and how designers can bind data visually in Blend. The next tutorial will be on Behaviors.