Hosam Kamel's Blog

Sponsors

News


Follow HosamKamel on Twitter

Blogroll

Browse by Tags

All Tags » ASP.NET (RSS)
[ASP.NET 4.0] Persisting Row Selection in Data Controls
Data Control Selection Feature In ASP.NET 2.0: ASP.NET Data Controls row selection feature was based on row index (in the current page), this of course produce an issue if you try to select an item in the first page then navigate to the second page without...
What is New in ASP.NET 4.0 Code Access Security
ASP.NET Code Access Security (CAS) is a feature that helps protect server applications on hosting multiple Web sites, ASP.NET lets you assign a configurable trust level that corresponds to a predefined set of permissions. ASP.NET has predefined ASP.NET...
ASP.NET MVC Release Candidate 2 Now Available
ASP.NET MVC enables Web developers to build compelling standards-based Web solutions that are easy to maintain because it decreases the dependency between layers by using the Model-View-Controller (MVC) pattern and provides complete control over the page...
Workaround for a slow closing of Web projects
A few users reported that with Web projects located on a remote machine closing project or solution may hang Visual Studio and Visual Web Developer Express for several minutes. We found that the issue may be caused by VS logging component that collects...
Secure File Download Area using IIS 6.0 and IIS 7.0
For IIS 6.0: ASP.NET Forms authentication will only secure content that is processed by the aspnet_isapi.dll (mainly .aspx files). If you need to replace other static file types (such as text files, video files, etc...), you can do that by mapping them...
[Resolved] Can't reference server control in code-behind/IntelliSense
.Question: I've got the following control on my aspx page: <asp:DropDownList ID= "favList" runat= "server" AutoPostBack= "true" > <asp:ListItem Value= "" Text= "--" /> </asp:DropDownList>...
[resolved] Script Manager in ASP.net master page issue
If you are using a script manager in your master page in order to share it with all your pages instead of adding a script manager to each page , you need to follow the following steps in order to avoid any further problems: 1- Make sure you have added...
Using the ASP.NET membership provider in a Windows forms application
One of the new features in ASP.NET 2.0 is the membership and role provider system. This is a nicely designed system that allows the developer to handle the storage of user information pretty much any way he likes, all he has to do is create the appropriate...
ASP.NET MVC project and TFS Team build issue
I was trying to include my ASP.NET MVC project in a TFS team build today but the build failed so I've investigated this issue and thought it will be helpful to share it with the community. To get the MVC project build successfully with the team build...
[Vista]Visual Studio .NET 2003 on Windows Vista Issue List
While browsing Visual Studio Developer Center at MSDN if found this interesting article which identifies the known issues you will face when using Visual Studio 2003 on Windows Vista. While Visual Studio 2003 is not supported on Windows Vista. Check the...
More Posts Next page »