Blue Blip

Thoughts Technologies Ramblings Learning & Sharing

Browse by Tags

All Tags » ASP.NET (RSS)
ASP.NET MVC Training Kit
After other Microsoft developer training kits, now is a new one: ASP.NET MVC Training Kit . Get it (~12 MB)!
Posted: Mar 31 2009, 01:04 PM by Siva M | with no comments
Filed under: ,
Response.WriteLine()
Even today, many developers use the classic debugging 'tool', Response.Write() , when developing ASP/ASP.NET applications. Typically, this is the choice when someone wants to do quick debugging in a page - check variable values at runtime, write...
Posted: Apr 22 2008, 07:55 AM by Siva M | with no comments
Filed under:
Static Breadcrumb with SiteMapPath Control
Today I saw a question in the ASP.NET newsgroup asking about implementing a static (non-hyperlinked) site map path. As you know, the SiteMapPath control in ASP.NET 2.0 displays a breadcrumb showing the current spot in the site map navigation defined in...
Posted: May 03 2007, 08:36 AM by Siva M | with no comments
Filed under: ,
Impersonating Network Share (UNC) Path Access
One of the features of the ASP.NET application that I am currently working on requires copying dynamically generated files to a network share path. As guessed(!), the user identity of the ASP.NET worker process (IIS application pool, in case of Windows...
Posted: Mar 01 2007, 06:22 AM by Siva M | with no comments
Filed under: , ,
ASP.NET AJAX 1.0 Source Code Available
If you too are interested in looking at the internals of ASP.NET AJAX (Atlas), download the source code at http://www.microsoft.com/downloads/details.aspx?FamilyID=ef2c1acc-051a-4fe6-ad72-f3bed8623b43&DisplayLang=en Great material if you want to see...
Posted: Jan 31 2007, 12:38 AM by Siva M | with no comments
Filed under: ,
SetFocusOnError in ASP.NET 1.x
One of the cool features in ASP.NET 2.0 is the ability to set focus to the input control having invalid input. This is accomplished by setting the SetFocusOnError property of the associated validator control(s) to true . However, the same feature can...
Posted: Aug 11 2006, 01:33 AM by Siva M | with no comments
Filed under: ,