aligning text in label control

P

pat.simpson

Hello. Developing my first asp.net mobile application and I have a
text formatting issue that I think would be quite simple to resolve but
I cannot. I'm attempting to concatenate two strings and display in a
label control. Here's an example of the code I'm using.

Me.lblEquitySales.Text() = "Equity : " &
Format(drSqlSrv.Item("sales"), "###,###,###.##")

What I expect to see is something like this.

Equity : 999,999,999.99

What I do see is.

Equity:999,999,999.99

Notice the removal of all the blanks.
Is there an a way to resolve this. Thanks very much.

Pat Simpson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top