Friday, December 16, 2011

Display Slide OutBox depend up on Content using HTML and JQuery

developerscode
Hi Friends,In this article i would like to explain the integration of slideroutBox at the Bottom of your webpages using HTML and Jquery.I am already using Third party Plugin for my blog for this feature.This plugin is provided by simple Reach..Its working Gr8..But this time,I am trying to create a custom Slider Outbox which will display depend up on content.So Lets start the implementation.
Read more »

Labels: , , , ,

Monday, December 12, 2011

Display the Amount in thousands and hundreds format in c#

thosands format
Here i am going to share a simple trick to display the amount in thousands and hundreds format that means, Normally we are storing the amount in decimals or money datatype format in database.when we are retrieving these values from database to display in front end. Then the amount will be displays in this format 123456.00.
Read more »

Labels: , ,