How to add/edit functionality in the same page without flickering?

Posted by Veena on Stack Overflow See other posts from Stack Overflow or by Veena
Published on 2010-03-11T04:25:37Z Indexed on 2010/03/11 5:08 UTC
Read the original article Hit count: 170

Filed under:
|
|
|
|

My current asp.net(c#) project required add/edit functionality in the same page without flickering.

To fill the textbox,fileuploader & dropdown list etc while updating the contents.

I searched google,but fileuploader not working properly in the ajax update panel

Please give examples/reference for solving the problem.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX