-
One of the errors that frustrated me when developing AJAX controls was when I got <Namespace> is undefined, even though the script appeared to be correct. I couldn't figure it out right away because the class was registered correctly and the...
-
Check out some of Cool Features of Apple iPhone which is expected tobe released in India around August-September by AitTel / VodaPhone. 1. no copy paste of contents (e.g. email/ SMS text) or files from one location to another (how can one NOT have this...
-
"ASP .net has no respect." Rick Strahl writes. Then, what has respect in web development? Java, Python, Php, ruby, ...? Some skin-deep statistics first: What claims the lion's share of the job market? "Available jobs are a pretty good...
-
When using TDD practices, you may think ahead a little bit to a situation in the future. For instance, suppose you have this: public class CustomerClassification { public CustomerClassification(string name, string type) { this.Name = name; this.Type ...
-
Well, I'm done with this article that show in details how to build on demand loaded details from master data using GridView and CollapsiblePanelExtender control. Read the article . Earlier this year Matt Berseth posted about Building a Grouping Grid...
-
Lots of ASP.NET developers took advantage of the free ASP.NET RSS toolkit to consume and provide RSS feeds. Thanks to dmitry in a matter of minutes, we will have a nice and robust toolkit which can be intergrated easily in our web application. However...
-
ADC stands for AJAX Data Controls. It is one remarkable set of script data controls built with the Microsoft AJAX library. Emulting the enormously powerful and popular suite of ASP .net data binding controls of gridview, datalist and repeater, ADC offers...
-
Every AJAX control or extender you build has an ID on the client, accessible through get_id and set_id. This ID is a unique ID and doesn't have to match the ID of the control it's given on the server, but the script registration process ensures...
-
I may have mentioned somewhere in my blog that AJAX components go through a process of describing the properties and events (at least) so that the server component can push down values to the client. This process happens in the GetScriptDescriptors method...
-
Many web pages feature images that can be maximized and restored within the same page. There is a simple way to display an image on your web page with maximization and restoration capabilities. I have taken a test image and set the initial height and...
-
Chinese are obscessive with numbers. 8 is a lucky number, so 2008-8-8, 8:08 pm is a super-lucky number. Go, Beijing, Go! Go, China, Go!
-
My colleague is a cycling fanatic. She spent over 1,000 dollars on a bike, moreover, she paid a stack of money for a hand-made back wheel for her bike. This is her: What? A hand-made wheel? A classic case of reinventing the wheel. I digressed, but, not...
-
Few days I posted a new simple jQuery.UI widget, Simple Static Tooltip Widget . In this post, I provide a toop tip with 3 examples. The tooltip support 3 modes, show/hide tooltip on mouseover/mouseout or on focus/blur or manually using tooltip client...
-
Bugs bite. With programming, bugs break your application; sour the relationship with the users. So by all means, debug! With web development goes more sophisticated and complicated, so does debugging tools. For a very long time, we were pretty hopeless...
-
There is a nice offer from Microsoft Learning centre. Download the entire contents in PDF format of the print books for the following subjects: Introducing Microsoft Linq, Introducing Microsoft ASP.NET AJAX, Introducing Microsoft Silverlight 1.0. Here...