Browse by Tags
All Tags »
ASP.NET 2.0 (
RSS)
Back to April 2007 I posted about building an ASP.NET AJAX ComboBox. It was an attempt to rewrite a ComboBox Control I made to fulfil certain issues I faced with 3rd Party Controls. One of those issue was performance as most of 3rd Party control are rendering...
Dino Esposito wrote a serious about ASP.NET AJAX on MSDN Magazine Cutting Edge section. I would like to share these good links with you so here they are: AJAX Application Architecture, Part 1 AJAX Application Architecture, Part 2 Managing the User Experience...
As I was working on multingual User Interface project; it was needed to generate resource files for all aspx & ascx files. I knew that VS.NET 2005 has a local resource file generator. But it was weird when I select my ASPX page or user control and...
Recently I’ve finished reading the marvelous book ASP.NET AJAX IN ACTION . After that I thought to start build some simple ASP.NET AJAX Enabled Controls. Unfortunately I’m not an advanced JavaScript developer and I consider most of the scripts I wrote...
Currently I'm enjoying reading ASP.NET AJAX In Action Book written by Alessandro Gallo , David Barkol, and Rama Krishna Vavilala. As the time I'm writing this post, I've finished Part 1 and comming across Chapter 8. So far I found the book...
The Microsoft ASP.NET Futures May 2007 (“Futures”) release contains an early developer preview of features providing a wide range of new functionality for both ASP.NET and Silverlight™. The functionality in the Futures release includes...
Three months ago I blogged about System.Web.UI.WebResourceAttribute Issue . Recently in ASP.NET forums I noticed a question about this issue ! and in the question it is mentioned that the way I descriped didn't work. I noticed also that the guy was...
Microsoft built a new starter kit for Workflow foundation and ASP.NET. It is a web application that includes task-oriented workflow using Windows Workflow Foundation. This starter kit is a Visual Studio 2005 project that demonstrates using Windows Workflow...
Last month I wrote an article about how to build a simple ComboBox in ASP.NET. And I've mentioned the limitiations of the existing ASP.NET DropDownList control in my blog . Now I'm going a bit further. Recenlty I thought about how ASP.NET AJAX...
from about 2 weeks I wrote an article about how you can use ASP.NET 2.0 AJAX Timer control in a real world scenario side by side with RssToolKit . The idea it to display RSS feed from deferent location in cycle using ASP.NET AJAX Timer. I also had an...
Well, recently I've joind CSharp-Online community. It is Wiki Media based community web site. Actually this is the first time to use Wiki. I was always watching Wikies but never touch them. I liked that Wiki. It is easy and smart or may be I'm...
You may've heared about new ASP.NET 2.0 System.Web.UI.WebResourceAttribute class. It defines the metadata attribute that enables an embedded resource in an assembly. It is valid only when used on assembly declarations and it is used to enable a specified...
I face an issue that I want to set the ID of the MasterPage to use it in Request.Form. MasterPage is considered a UserControl as it inherits direclty from it. so when you add controls to your MasterPage and then create a content Page based on your MasterPage...