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