Browse by Tags
All Tags »
ASP.NET (
RSS)
After other Microsoft developer training kits, now is a new one: ASP.NET MVC Training Kit . Get it (~12 MB)!
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...
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...
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...
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...
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...