Monthly Archive: February 2012

Feb 28

Databind in checkbox list in ASP.NET

CheckBoxList

Checkbox list does not support multiple databind. To be a bit clearer, it does not support databind for multi select in checkbox list. It only stores one entry from the checkbox list. In one of my recent project I had …

Continue reading »

Feb 23

Calling webservice in Ajax using jQuery in ASP.NET

Webservice Call

In this example I have shown how to call a web-service using jQuery AJAX. For instance I wanted to load some addition information or external information in my website using web-service and Ajax call. If you do not know how …

Continue reading »

Feb 09

Fancybox in APEX dynamic report

fancyBox in IR

Using fancybox in Oracle Application Express (APEX) can increase the page load performance specially when You have lot of items in one page and user needs to scroll down to reach the bottom which is quite annoying for some users. …

Continue reading »

Feb 01

Implementing fancybox in oracle APEX application

JavaScript

Recently in one of my application I have implemented Fancybox to give better user experience. I guess this is quite useful when you have too many items in one page and user has to scroll down to view details in …

Continue reading »