iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I am using the webtextEditor with an ASP Multiview control. When I enter information into the text Editor and move to another view the contents of the Text editor are deleted on postback. How can I keep the contents of the text editor to remain through all views until I write the contents to the database, standard web control like textbox maintain their contents? I've tried to enable viewstate but didn't help.
I've added a sample that shows the problem. Run the page, enter text in the editor, click next button to go to next view, the contents of the editor in is the text box, now click Next again and notice that the textbox is empty. Click back twice to return to the 1st view and the editor is empty.
Thanks
Hi John,
We will investigate this matter further. I'll contact you if I found workaround or fix regarding this issue.
Regards,Bernard
Sorry for our late responses. I think when you're using MultiView control, it will do FullPostback on your page. In first Postback the value will still remain because it still persist our WebTextEditor object in your server side then it will reinitialize our WebTextEditor. After initialize our WebTextEditor will clear its value so it won't have value on second Postback. Perhaps to achieve this scenario, you could save this value on first postback in variable in server side. Then you could set the value in WebTextEditor when PostBack. Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname