Well then, its December 31 and I guess its time to say good to 2008 here.
Thankfully, it’s been a good year for me and my family — apart from just a few glitches offcourse. Just wish the world would become a peaceful place to live at times but this wish doesn’t seem likely to become [...]
You can pass multiple columns in like this:-
collection.Query.OrderBy(collection.Query.ProductID.Descending, collection.Query.CategoryID.Ascending)
There is a common issue that you can’t manipulate session objects in http handlers, the files with ASHX extension Well normally you can read the contents in the session via context.Session but you can add/remove/modify that in there. So how do you do this:
The answer is simple: Just implement the IRequiresSessionState interface. It [...]
Javascript Calendar/DateTime Picker control
I got this nice little gadget from a friend of mine who also didnt know where it originally came from. This one’s made by Nick Baicoianu in 2006 and distributed under the GNU license. It had problems with Firefox 3 where it wasn’t showing anything in the dropdown for the years. [...]
howdy everyone,
well, its been quite a few days since I dropped something on my blog, been eXtreeemly busy these days. Did any one missed me??
OK, today I got this little test application for you people who are wondering: “how to use TinyMCE in ASP .NET?”. Trust me, its very simple and very straight [...]