I have a Rich Text box. in the Pre Render Event,debug mode, I do a
this.text1.text = "abcd"
Then the page loads. Then I have button in my page. I click the button and then again do a
this.text1.text = "abcd "
Why does this space get added? I did not add the space at the end but still it gets appended. It is so random. Sometimes the space addes before "a" and it is like " abcd"
Sometimes the HTML tags interchange positions too.
Is this a known bug? PLease help!!!
this.text1.text = "abcd"
Then the page loads. Then I have button in my page. I click the button and then again do a
this.text1.text = "abcd "
Why does this space get added? I did not add the space at the end but still it gets appended. It is so random. Sometimes the space addes before "a" and it is like " abcd"
Sometimes the HTML tags interchange positions too.
Is this a known bug? PLease help!!!