Browse by Tags

All Tags » ASP.NET v2.0 (RSS)

CSSVista (Edit CSS Live)

http://litmusapp.com/cssvista/ CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. Vista only.
Posted by dsmyth
Filed under:

HttpResponse.WriteFile and the file name.

The problem, your user uploads a file, 'aFile.txt', to your web site, the web site processes it and generates another file, which you temporary save under the filename 'tmp789.tmp'. You then send that temporary file to your user as a download...
Posted by dsmyth
Filed under:

ASP.NET AJAX v1.0

I'm sure your all aware, but if not, Microsoft have released v1.0 of the ASP.NET AJAX , previously know as Atlas. They had planned to release it as part of Orcas but it was deemed to groovy. On a related subject I tried out the I.E. Developers Toolbar...
Posted by dsmyth

Visual Studio 2005 Web Deployment Projects

"Visual Studio 2005 Web Deployment Projects provide additional functionality to build and deploy Web sites and Web applications in ASP.NET 2.0 and Visual Studio 2005. This add-in includes a tool to merge the assemblies created during ASP.NET 2.0...
Posted by dsmyth
Filed under:

ASP.NET v2.0 Compiler Front End

Here is a nice front end to the ASP.NET compiler. West Wind ASP.NET 2.0 Compiler Utility
Posted by dsmyth
Filed under:

Programmatically Modify Site-Map Nodes in Memory

I usually go on holiday over the festive season and whenever I do people always ask me to put the pictures I take online. So to keep them all happy I've been adapting the personnal starter kit's photo album and have stumbled on a really annoying...
Posted by dsmyth
Filed under:

QueryString Properties

Over the past couple of weeks I've been working on a .NET v1.1 web application. Most of the pages of the application were being passed query strings, which where used throughout methods of the page by calling code similar to this.... int id; if (Request...
Posted by dsmyth
Filed under:

Url Rewriting in ASP.NET v2.0

One of the stakeholders I was working for has pulled the plug on their project. They wanted to be established for Christmas and wanted the software ready by the end of the August to give time for search engines and advertising, which was a deadline I...
Posted by dsmyth | 2 comment(s)
Filed under: