Gridview inline edit mode
Collapse
This topic is closed.
X
X
-
jaydevTags: None -
bruce barker
Re: Gridview inline edit mode
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)
jaydev wrote:
Comment