Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~387 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Corna

Hi, I'm trying to create an objectdatasource in code and then bind a gridview. ObjectDataSource objDS = new ObjectDataSource(); objDS.DataObjectTypeName = "VeriWeb_Administration.BusinessObjects.Provider"; objDS.TypeName = "VeriWeb_Administration.BusinessObjects.Providers"; objDS.SelectMethod = "PopulateProviders()"; objDS.UpdateMethod = "Update(Provider item)"; objDS.ID = "ObjectDataSource1"; I get the following error on gridview.databind() : The Select operation is not supported by …

0
52
Member Avatar for Corna

I designed a localreport with a number of columns but would like to show or hide columns at runtime using a report parameter which I set through the aspx page. How do I set the column visiblity at design/runtime according to the parameter value?

0
71
Member Avatar for Corna

Hi, I have a treeview control with a sitemap datasource which I use for a menu on a masterpage. All works fine, but I would like to: 1. Have all items collapsed at startup 2. Only expand the node selected and not all nodes when user click on a node …

Member Avatar for u4umang2001
0
106
Member Avatar for Corna

I am coding in C#, asp.net 2. I have a radiobuttonlist on my page which applies a rowfilter to a DataView and bind it to a GridView control on each selectedindexchanged event. When I click on the radiobuttonlist only sometimes I get the General Internet Explorer error, and in some …

Member Avatar for SheSaidImaPregy
0
158