ASP.NET Gridview paging & sorting not work in OE 5.9

nelson
03/17/2011 06:44 am
Hi,

my application was build on sharepoint platform and asp.net custom page, at first I develop a gridview like table with paging and sorting from sharepoint out of box feature.

then the paging and sorting went wrong after click on next page button in OE environment, then I workaround with asp.net gridview with allowpaging and allowsorting, the same thing happen again when in OE environment too.

look like OE environment not support dynamic content like paging and sorting.

appreciate some suggestion and solution on the matter above, thank you.

Nelson
Oleg Chernavin
03/17/2011 03:52 pm
Yes SharePoint sites are very hard to support. Offline Explorer changes the complex POST requests for _doPostData links into simple GET requests by adding _doPostBack variables.

If some links do not work, please let me know how I can reproduce it - I need particular URLs to download and see what is wrong.

Best regards,
Oleg Chernavin
MP Staff