31 August 2009

Download jQuery 1.3 Cheat Sheet from http://oscarotero.com/jquery/ it is also link to its example....

28 August 2009

I few months a go have posted about some WYSIWYG editor, I have come to know that there is one more tool next generation solution of FCK Editor. Almost all developers knows about FCK Editor, Now there is a new version, CK Editor. There is all features of FCK editor and dozens of new functionality. CK Editor is faster is fast to load and fast to use.Its current version is 3.0 See demo here....

24 August 2009

I have seen many times that Thickbox normal works with <a href=””></a> syntax, Ex : Inner Page Content Syntex : <a href="#TB_inline?height=200&width=200&inlineId=hiddenModalContentID&modal=true"class="thickbox">Click here to show hidden modal content.</a>IFrame Syntex : <a href="testPage.aspx?keepThis=false&TB_iframe=true&height=200&width=200"title="saActionPage" class="thickbox">Click here</a>   But what happen when you need...

18 August 2009

Last Month I posted that How to export to excel from web page with data formatting. But when you are trying to export entire grid specially with Boolean datatype column,                  string attachment = "attachment; filename=Registration.xls";               ...