Gridview inline edit mode

  • Thread starter Thread starter jaydev
  • Start date Start date
yes and no.

the google toolkit is all client based, so events are all client side,
and there is a client api to create controls dynamically. its a lot like
programming a winform application in .net

asp.net is all server based, with some client extensions. in asp.net via
an update panel and gridview you should be able to duplicate the todo
list, but it will not be as snappy (as you have to go to the server to
create the html for dynamic controls).


-- bruce (sqlwork.com)
 
Back
Top