HighTechTalks DotNet Forums  

aligning text in label control

ASP.net Mobile microsoft.public.dotnet.framework.aspnet.mobile


Discuss aligning text in label control in the ASP.net Mobile forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default aligning text in label control - 01-27-2005 , 08:10 AM






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


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.