views:

452

answers:

1

Hello,

I am trying to write a web application in C# ASP.NET3.5 and want to include a Microsoft Office Access Web Datasheet in my application. I have been searching for ages looking for an example on how to use it, but I can't see one anywhere.

It’s the editing view in a SharePoint grid so I know it’s possible, I just can’t find out how to implement it.

Any help would be greatly appreciated.

Richard

A: 

I've had nothing but bad luck supporting the OWC. Is there no other way to get it done? There are 101 great Grid products. My current favorite is Telerik RadGrid. They should provide everything you need.

Installing Office products on servers is almost unsupported by Microsoft. I think it was one of the driving factors for the new OOXML so you can create Office docs without installing the client on your web servers.

jwmiller5