Best way to implement Rich Client Application
-
I developed an enterprise solution but the main problem is the bostback and the refresh and the time for update the data now search about best solution for asp.net (c#) rich client the main target to increase the performance and to be real time updating and i think that will not be applicable without use client side script (java sript) so is there any solution or tools like json or jqurey can support me?
-
I developed an enterprise solution but the main problem is the bostback and the refresh and the time for update the data now search about best solution for asp.net (c#) rich client the main target to increase the performance and to be real time updating and i think that will not be applicable without use client side script (java sript) so is there any solution or tools like json or jqurey can support me?
Your best bet would be to use Ajax. jquery has a very good api for this. http://api.jquery.com/category/ajax/[^]