Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
rbhemau256 #1
formatting bound item
I feel silly asking this, but for the life of me, I can't get it to work.
I want to format numbers that are being displayed in a CFFORMITEM tag with a
bind attribute. How do I format the number so:
a. it uses a thousands seperator
b.it uses a currency format
The cfinput is being populated from a flash remoting call. Is there some sort
of actionscript that formats?
Here is an example:
a
<cfformitem type="text" bind="Goal: {Goal.text}"></cfformitem>
<cfinput name="Goal" type="text" value="10000">
b
<cfformitem type="text" bind="Sale: {Sale.text}"></cfformitem>
<cfinput name="sale" type="text" value="100.00">
rbhemau256 Guest
-
e.Item.ItemIndex and e.Item.DataSetIndex
When writing the update event handler for a web forms DataGrid, I am running into a situation that is giving me quite the headache! If a user has... -
Change style of a single row of the item list of datagrid, based on a field value of current item...
Sorry for the long subject guys, but I don't know how better I can resume the matter... Anyway, I have my datagrid showing items of an order. I... -
DataGrid custom item/row formatting
Hi, Is the following possible with the datagrid - important point is that it all needs to be done programatically - and secondly is that would it... -
Setting 'selected' item in bound drop down list
You must set the selected index - meaning, you must know the location of the item that needs to be selected in the list. "ctb"... -
How to use formatting expression on DataGrid bound column.
Refer http://www.c-sharpcorner.com/Code/2003/June/FormatDataGridData.asp http://www.c-sharpcorner.com/Code/2003/June/DataFormatString.asp HTH...



Reply With Quote

