Dear Friends,
I have to retrieve a value from the database into a webform.
For eg. in the table Salary, I have a field called Tot_Salary. If the value in this field is 20000.
When i retireve this into a form, i want it to be displayed as 20,000.00.
If again the Tot_Salary has some value like 28524.15
then this will be displayed as 28,524.15
Can this be done....???
Thanks in advance
Sajit
I have to retrieve a value from the database into a webform.
For eg. in the table Salary, I have a field called Tot_Salary. If the value in this field is 20000.
When i retireve this into a form, i want it to be displayed as 20,000.00.
If again the Tot_Salary has some value like 28524.15
then this will be displayed as 28,524.15
Can this be done....???
Thanks in advance
Sajit
Comment