How to apply full postback

Last post 01-05-2009, 8:06 PM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  01-05-2009, 7:53 AM 47402

    How to apply full postback

    hi,
     
    i have implemented the file uploader in my project by embedded the uploader component in update panel while keeping the other fields in form outside the update panel.
     
    Other fields(chained drop down list, textbox) in the form have required field validator attached to them.
     
    when i fill the form fields and then click the upload button, it starts the uploading process and copies the file in the background,
    but do not display anything in server trace message box.
     
    the problem here is that it requires a server postback to display the message in server trace.
     
    so when i click  chained drop down list used in the form,it produces a postback and the content in server trace box is displayed.
     
    so i wanted to know how to get full postback once the file upload is finished.
     
    Thanks.
  •  01-05-2009, 8:06 PM 47431 in reply to 47402

    Re: How to apply full postback

    Hi,
     
    Please try
     
    Uploader1.InsertButton.ValidationGroup = "NoNeed";
     
    Some customers have the same problem , maybe we need improve the uploader for this condition automatically.
     
    Regards,
    Terry
View as RSS news feed in XML