Re: Update doesnt work

  •  02-21-2009, 2:50 PM

    Re: Update doesnt work

    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