Browse by Tags

All Tags » How To (RSS)

SQL Profiler Custom Template by sashidhar

One of the things I found annoying with SQL Profiler (for SQL Server 2005) was that it would give me the traces of all the transactions that are happening on the server. I would not argue if its good or bad, however, I found it annoying while debugging...

InnerText and TextContent by sashidhar

Just a quick tid-bit of browser specific information . InnerText in IE => textContent in Firefox Tested on Firefox 2+, and IE 7

ASP.NET Ajax 1.0 toolkit : Calendar Extender hide on lost focus by sashidhar

One of the problems with the calendar extender in the 1.0 toolkit is that if I use a button/image to show the calendar, I am forced to click on it again to hide the calendar. And imagine when you use it in a grid, the calendars seem to start piling up...

Including JS file references in masterpages by sashidhar

  One of the issues I have faced with including site-wide JS files while developing web-applications is the simple fact that I was developing in Windows XP and IIS 5. And IIS puts in each of my websites as virtual-directories. So , I always have...
More Posts