Browse by Tags
All Tags »
ASP.NET Tips & Tricks (
RSS)
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...
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...
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...
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...
After announcing Microsoft Web Platform Installer (Web PI) in Beta Bill Staples announcing another tool that makes installing some of the world’s most popular ASP.NET and PHP applications on IIS7 a snap! The Microsoft Web Application Installer...
A nice article by Scott how to speed up FireFox when using ASP.NET Development server. read it here .
Most people on installing .NET 3.5 on the server "expect" an entry for v3.5 under the ASP.NET version Tab in IIS manager. And not finding that entry start panicking. If you have been one of those read on. The more tech savvy folks try to run aspnet_regiis...
More Posts