Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Update doesnt work
Re: Update doesnt work
02-21-2009, 2:50 PM
afrika
Joined on 01-10-2006
United Kingdom
Posts 36
Re: Update doesnt work
Reply
Quote
Finally I found my mistake.
I was setting the editor value to the database value on the page load.
I corrected it by adding the
if (!Page.IsPostBack)
{
// my code goes here
}
sorted. Thanks a lot
View Complete Thread