How to insert a string before data in field
How to insert a string before data in field
Fisrt excuse me for my use of english.
I have a DataTable with (n) columns, the last two of it are for edit/delete button action columns. The cell format for that columns would be like:
[code] $data (from database)[/code]
For example:
[code]id5[/code] [quote]for delete action.[/quote]
How can I agree a variable string and the data from database?
I know how to put a string (with mData) and a data separately, but not together.
Thanks a lot.
I have a DataTable with (n) columns, the last two of it are for edit/delete button action columns. The cell format for that columns would be like:
[code] $data (from database)[/code]
For example:
[code]id5[/code] [quote]for delete action.[/quote]
How can I agree a variable string and the data from database?
I know how to put a string (with mData) and a data separately, but not together.
Thanks a lot.
This discussion has been closed.
Replies
Allan