Amount In Words In Indian Currency

Hi,I am using Combit List and Label13 with Visual Studio2008 in backend Sql Server2005.I want to show the Bill amount into amount in words in Indian currency,just like as below.

BillAount

18000.00
Amount In Words
Rupees One Thousand Eight Hundred Only.

I check this in List and Label posting.But this is an example with ActiveX control(VB6.0).Please help me to solve this Problem.Thanks in advance.

Hi,I am using Combit List and Label13 with Visual Studio2008 in backend Sql Server2005.I want to show the Bill amount into amount in words in Indian currency,just like as below.

BillAount

18000.00
Amount In Words
Rupees One Thousand Eight Hundred Only.

Hi,

I think you’l have to write your own extension function in order to achieve this. Take a look at the desext-sample for .NET. In the same way the “Add” function is sullpied there it should be possible to add a “AmountInWords” function - some googleing should surely provide a good starting point for the implementation of this part then.

HTH
G.