Wednesday 17 December 2008 @ 8:25 am
I just signed up to give a session at the JavaScript library) is: ExtJS demos. Very impressive. Just the demos got me hooked. Looking forward to seeing lots of friends there. BTW, nice job on the new web site!
Wednesday 10 December 2008 @ 12:08 pm
ExtJS. It’s basically a very rich development api that allows you to make totally awesome client side control 100% in JavaScript. It has control that include Grid, Dropdown, Calendar, Image, Drag and Drop, Toolbars, etc. With ExtJS, you can in a very straight forward way, make interfaces that look like the following: ExtJS book [...]
Sunday 7 December 2008 @ 1:08 am
So, the problem is you have a list that you want to retrieve from that contains multiple values. Say for example, you have a list of 5 cities and you want to retrieve a list of people in some combination of those cities. If you use the class SelectValue method with ControlParameter in
Thursday 4 December 2008 @ 9:13 pm
So, you want to do an update but are wondering what the hec LINQ is doing. Turns out it is really easy. All you have to do is run in the debugger and add the Log option to your data context. Here is an example: DataClassesGeneralDataContext db3pLogicContext;
[...]