tags:

views:

32

answers:

1

Hi,

I am very new to using this wmd editor. In simple way, i am using this editor in my page using asp textbox with "wmd-input" class. It is perfectly behaving like a wmd editor.

But when enter some data and do some formatting like bold, italic etc and read editor's content from server side, i can see that the data in plain text.

Is there any way i can read the data in html formatted data?

Thanks for your help.

A: 

QnaUserClaims.GoldBadgesCount = InsertedUserObj.GoldBadgesCount.ToString(); QnaUserClaims.SilverBadgesCount = InsertedUserObj.SilverBadgesCount.ToString(); QnaUserClaims.BronzeBadgesCount = InsertedUserObj.BronzeBadgesCount.ToString(); QnaUserClaims.Reputat

kiran826