serverside controls vs html controls from AJAX point of view
Posted
by devmania
on Stack Overflow
See other posts from Stack Overflow
or by devmania
Published on 2010-03-08T20:49:51Z
Indexed on
2010/03/09
1:21 UTC
Read the original article
Hit count: 613
ASP.NET
|asp.net-ajax
hi, i know this question have been mentioned alot here but mine is a little more updated, now with ASP.net 4 and new Ajax client templating plus JASON services.
so if i got all these new capabilities will i really need server side controls as long as i can bind on client side, create data-views on client side heck i can even use data-context and apply CRUD operations on clients side.
so i actually i wont need button_click server side event or what so ever...
i am asking this because i own some commercial Controls like Telerik and Component art and they both offer client side operations ow but still i am confused as to my knowledge creating these controls will still have to go through Page Life cycle
please advise me.
© Stack Overflow or respective owner