Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 336
Veena Avatar asked Mar 11 '10 04:03

Veena


1 Answers

The following links will help you.

http://www.ajaxlines.com/ajax/stuff/article/using_jquery_to_directly_call_aspnet_ajax_page_methods.php

http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-methods/

like image 187
Avinash Avatar answered Oct 24 '22 15:10

Avinash