Browse by Tags
All Tags »
ASP.NET
A question came up on standardizing on .NET Framework 3.5 and the effects on older ASP.NET applications. The short answer is that .NET Framework 3.5 is compatible with .NET Framework 2.0 or 3.0. However, .NET Framework 1.0 / 1.1 ASP.NET applications are
Read More...
While many modern mobile phones are adopting desktop-like browsing experience including Windows Mobile 6.1.4 and the recently announced WM 6.5, web developers may still want to create web sites tailored for mobile device use. ASP.NET does provide
Read More...
Internet Explorer Mobile 6 provides MUCH improved rendering and web site support for Windows Mobile. The package located here includes Windows Mobile 6.1.4 device emulator images (Professional and Standard) that can be used for development and testing
Read More...
I started working on a sample that demonstrated a Silverlight 1.0 application that leveraged ASP.NET AJAX to make web service calls written using WCF but like all good developers I searched the Net first to see what I could find that was useful. What
Read More...
Questions on Windows and IIS around identity and impersonation come up quite a bit when talking with folks who don’t work on Windows on a regular basis. The question most often asked is "I want to use Integrated Windows Authentication in IIS but I want
Read More...
I was looking over the ASP.NET 2.0 server control documentation for writing databound controls and grabbed the sample code for the CompositeDataBoundControl server control base class to examine how to use the base class. I configured it to bind to a SqlDataSource
Read More...
ASP.NET 1.1 and earlier provided essentially two potential base-classes for authoring custom ASP.NET server controls: System.Web.UI. Control - The root class for all server controls, even for the Page class. The Control class does not provide any user
Read More...
I got this question recently so I thought I would post the steps. I am assuming that you already installed ASP.NET AJAX Extensions 1.0. If not, you can get find out how to get it here . The ASP.NET AJAX Web Site template that is available in Visual Studio
Read More...
I encountered this scenario with a customer recently where the customer has been working other technologies but needed some quick info to get started with ASP.NET AJAX. I can certainly relate. In my previous role I spent a lot of time with BizTalk Server
Read More...