hi guys,

should be a simple question on vb.net.

i am trying to bold my welcome message like the following:

Code:
lblWelcome.Text = "<b>Welcome</b>"
using openwave phone stimulator, instead of displaying Welcome, it is displaying <b>Welcome</b>.

how do i get it to recognise wml tags?

many thanks.

Kent