objectdatasource
asp.net ObjectDataSource return object from cache
Is there any way to return开发者_JAVA技巧 object from Session when Select is called on ObjectDataSource? Specifically, I have Products object and saved in Session. Now on another page I have ObjectDat[详细]
2023-02-04 10:38 分类:问答SPGridView filtering without objectdatasource
I have created SPGridView dynamically (in the codebehind for sharepoint), everything is working fine paging, sorting etc... but I want to do filtering without using ObjectDataSource (I have done it wi[详细]
2023-02-02 12:43 分类:问答ASP.NET Custom ObjectDataSource
I am trying to write a custom DataSource control by inheriting System.Web.UI.WebControls.ObjectDataSource. Here is my code for my data source class.[详细]
2023-02-01 10:38 分类:问答ObjectDataSource direct binding
I have 2 SQL tables with a single relationship. Table A: Id, ApplicationID, Message. Table B: Id, ApplicationName.[详细]
2023-01-31 19:22 分类:问答ListView + ObjectDataSource SelectMethod called twice when EnableViewState="false"
Note: This question has been completely modified now that I have a simpler example. I have set up a sample page which only has a ListView and ObjectDataSource.The first time the page comes up (!IsPos[详细]
2023-01-28 01:26 分类:问答What attribute combo qualifies a class as a Data Component for ASP.NET?
When I use the wizard to configure an ObjectDataSource control, it presents a list of candiate business objects.This is of course quite long in even a small project, but it can be filete开发者_开发技巧[详细]
2023-01-27 14:47 分类:问答Parameter for deleting a row
I have a problem with my delete parameter. I am using a GridView and a ObjectDataSource. And I would like to delete one row. But when I debug is see that the value of CustomerId is always 0 in my Busi[详细]
2023-01-27 09:22 分类:问答Converted from SqlDataSource to ObjectDataSource, causing grief
I have created a data access layer in my web app which uses ObjectDataSource instead of SqlDataSource. I have a FormView to update some data in my database. In my old asp.net code I had something like[详细]
2023-01-24 17:17 分类:问答DetailsView control ObjectDataSource parameterized select Issue
I\'m using a GridView and Details View and my datasource is a custom ObjectDataSource that returns a DataSet.[详细]
2023-01-23 12:58 分类:问答ASP.Net Gridview control with MVC
I\'ve a requirement to use ASP.Net Grdview control in ASP.Net MVC. Now I need to handle form submit action.I\'m using Objectdatasource for filling my grid. Now when I submit, I need to ha开发者_Go百科[详细]
2023-01-23 08:14 分类:问答