objectdatasource
ods_Selected Row Count
I have the following bit of code that gives me the number of rows in a gridview bound to an object data source.[详细]
2023-01-08 23:12 分类:问答Custom sorting object datasource bound gridview
I want to sort my GridView bound to an object DataSource fetching business objects. I have al开发者_JS百科ready implemented custom paging & now want to implement sorting. Just read this article bu[详细]
2023-01-07 16:19 分类:问答Can’t get FormView values from ObjectDataSource on update
Working with .NET 2.0, I have a FormView with fields bound to an ObjectDataSource (ODS).Those fields start out with the correct values—that is, they come from the Person object when the ODS’s Select[详细]
2023-01-05 00:05 分类:问答Need help with asp objectdatasource
I\'ve got a Payment class with delete, insert methods. public class Payment { public int Id { get; set; }[详细]
2023-01-04 05:36 分类:问答objectDataSource updating - read only dictionary problem
protected void objUpdating(object sender, ObjectDataSourceMethodEventArgs e) { e.InputParameters.Add(\"update_name\", \"xxx\");[详细]
2023-01-04 01:32 分类:问答Paged ObjectDataSource results in PageSize -1
I\'m using a ListView with a Paged DataSource. When the ObjectDataSource tries to fetch data from the \"GetData\"-method, the parameter PageSize is set to -1, even though I have set the PageSize to 8[详细]
2023-01-02 22:29 分类:问答I need CompareValidator control to accept date in format month/day/year
I have the following template defined within DetailsView ( DetailsView is bound to object data source ):[详细]
2023-01-01 23:05 分类:问答How do I tell if the ObjectDataSource OnSelected event was called for the selectmethod or selectcountmethod?
I have an object datasource that looks like this: <asp:ObjectDataSource ID=\"obdsList\" runat=\"server\"[详细]
2023-01-01 17:22 分类:问答Gridview Paging via ObjectDataSource: Why is maximumRows being set to -1?
So before I tried custom gridview paging via ObjectDataSource... I think I read every tutorial known to man just to be sure I got it. It didn\'t look like rocket science.[详细]
2022-12-31 23:41 分类:问答ObjectDataSource Insert and Update methods error
I m developing asp.net 3.5 project. When I want to Insert with DetailsView this error occured: Error : ObjectDataSource \'ObjectDataSource2\' could not find a non-generic method \'AddCity\' that ha[详细]
2022-12-31 06:59 分类:问答