Category Archives: Javascript

Pass your own arguments to the ClientValidationFunction in a CustomValidator

Last few days I am working on an ASP.Net, where I can create Grids, Dropdown lists with Post back , and the best part is browser compatibility, client only requires compatible with IE. Yes it was a refresher course for … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Javascript | Tagged , , , | Leave a comment

System.InvalidOperationException – The length of the string exceeds the value set on the maxJsonLength property.

Yesterday I got a problem from one of my friend; he is getting a Javascript exception from some Ajax Page methods. The exception occurred when he tried to return a very long string from web method. The exception was like … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Javascript | Tagged , , , | Leave a comment

Developing simple Windows 7 Gadget – Part 3

In this I am exploring another two features of Gadget API, one is Docking and other is Flyout. The Docking feature is helpful in Windows Vista, because the gadget lives only in Vista Sidebar, but in Windows 7 it can … Continue reading

Posted in Javascript, Miscellaneous, Windows 7 | Tagged , , | 2 Comments

Developing simple Windows 7 Gadget – Part 2

In my last post I have created a simple Windows 7 Gadget for testing Regular expressions. In this post we look into the Gadget Options dialog and Gadget API, which helps to display the options dialog and save the preferences … Continue reading

Posted in Javascript, Miscellaneous, Windows 7 | Tagged , , , , , | Leave a comment

Developing simple Windows 7 Gadget – Part 1

Gadgets are simple and lightweight applications, which can be developed using HTML, Javascript and CSS. Gadgets can also include Image files. In Windows Vista, we can create Gadgets by zipping the files, and rename the it with .Gadget extension. In … Continue reading

Posted in Javascript, Miscellaneous, Windows 7 | Tagged , , , , , | 1 Comment