We are using FreeTextBox 3.1.6 on an intranet. Control is created in Visual Studio 2008 on an ASP.NET project.
When customers enter tabs in the text box, those tabs are not preserved on postback. Rather, tabs are lost. Other text formatting, such as bold, italic, or font sizes are preserved.
Even when the postback event on the webpage does not save anything to any database, then we are losing tabs. According to Javascript and XML used by FreeTextbox, one has been deposited in DLL. So I can not edit the content of those files.
Has anyone had to face this problem with the Free Textbox? If so, how did you solve it?
There is such behavior that happens then. Enter text with tab in FreeTextBox control.
Then select the "Save" button This is a command button that posts back to the page. Nothing is left in the scenario of my test and loads from the database. FreeTextBox control was displayed which was strictly posted. My guess is that he is mechanically in the viewstate, but I am not sure about this.
As you can see, all tabs have ended even inserted tabs between words have gone too. Thanks for your help.
Ken
Setting TabMode to "Insert" did not resolve it To control my source code is below I did not show previously posted pictures. View these links to see them
Comments
Post a Comment