hey everyone
could someone explain to me what the bonuses are of using dynamic populate page method
(and therefore stuff like dynamiccontrolID and dynamicservicemethod)
as opposed to just executing a sqlcommand inside an eventhandler
when the user clicks a linkbutton
i know theres probably a really good reason
its just pretty muddy to me right now
thanks
Dynamic populate happens via a web service call and does not incur the overhead of a postback with full page lifecycle. The downside is that you can't create new server controls via a dynamic populate that are accessible in the underlying page.
DynamicServicePath: path to the web service
No comments:
Post a Comment