I previously set up a local oracle express database on my computer and linked it to my asp website and within the options for the grid view it gave me 5 options (Enable Paging,Sorting,editing,deleting and selection) now that i have hosted my oracle (not
express) database on a server the only options it gives me now are Enable paging, sorting and selection. any idea how i can get these options back?
Member
1 Points
9 Posts
Oracle GridView editing options
Jul 26, 2010 04:34 AM|martycochrane|LINK
Hi,
I previously set up a local oracle express database on my computer and linked it to my asp website and within the options for the grid view it gave me 5 options (Enable Paging,Sorting,editing,deleting and selection) now that i have hosted my oracle (not express) database on a server the only options it gives me now are Enable paging, sorting and selection. any idea how i can get these options back?
thanks
Member
560 Points
166 Posts
Re: Oracle GridView editing options
Jul 26, 2010 08:55 AM|singhmanish_888|LINK
Check property page for GridView and make sure that all options like AllowEditing,Deleting,Paging,Sorting are in false state.
Manish
Please 'Mark As Answer', if one or multiple posts helped you in your problem so that it might be useful for others.
Member
1 Points
9 Posts
Re: Oracle GridView editing options
Jul 28, 2010 04:38 AM|martycochrane|LINK
thats what i was saying, those options dont apear on the drop down list
Member
1 Points
9 Posts
Re: Oracle GridView editing options
Jul 29, 2010 10:02 AM|martycochrane|LINK
I got it working. When i modified the datasource i went into the advanced menu and selected generate delete update and select statements.
Thanks for your help