vote up 0 vote down star

Is it possible to use the asp.net server controls e.g. grid, repeater etc in conjunction with a webservice? I'm wanting to populate the grid from a webservice datasource and then save changes using a webservice.

Is it possible to use the DeveloperExpress Grid in conjunction with a webservice?

flag

72% accept rate

1 Answer

vote up 0 vote down

Yes. You can.

You can create a webmethod which returns a datasource for e.g. a generic list containing objects of a serializable class, which can then be bound to the grid/DevExpress grid.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.