c# - A pro alternative to microsoft AJAX Update panel? -
As you all know that the panels send the same response to the server as a full post (or maybe I'm wrong I understand), it is true that this is better than a full post.
Is there any alternative to sending feedback data only? As if you have a method that is a date of a sick return, I think that this is the only thing that should be sent and the whole control is not going to show the scene situation (again I might have misunderstood it).
I am using teleair AJAX controls, and they have been created on Microsoft AJAX, so there is not much improvement.
One way I like, they have AJAX methods and events, which I think is what I see, but the project is moving slowly and does not have the flexibility for my needs. is.
Therefore any input is highly appreciated.
That's why I make programmers new to AJAX - when you think that really What is happening, this kind of adaptation becomes clear.
To send feedback data only? As such, do you have a method that will only return a date?
Yes. The most basic way is to just write the date string of the response stream and before the response is sent to the end - the HTTP handler (ASHX) does a great job for this ASP. For Net AJAX-friendly technology, see Web methods.
Comments
Post a Comment