Browse by Tags
All Tags »
ASP.NET 2.0 »
.Net (
RSS)
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...
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...