objectdatasource
ObjectDataSource and FormView: how to add UI edition behaviour from business layer
I\'m using an ObjectDataSource and a FormView. In the FormView I have a set of controls. When the FormView is in edition, I have in particular a ComboBox and a TextBox which are related as follows:[详细]
2023-01-23 01:08 分类:问答Reference ObjectDataSource DataObjectType from ObjectDataSource.OnUpdating Event
I have an ObjectDataSource which uses a DataObjectType (Name). In this case EmpRow to pass update and insert parameters instead of passing individual parameters.[详细]
2023-01-22 22:06 分类:问答Data binding order in ASP.NET
suppose following code: <asp:FormView runat=\"server\" ID=\"frmMain\" DataSourceID=\"odsMain\"> <ItemTemplate>[详细]
2023-01-22 21:08 分类:问答What is the best practice when you have read-only properties and cannot use the objectdatasource?
I have started a web forms project using nHibernate and objectdatasources; however, I\'ve learned that there are some limitations that I understand but do not know to handle. These limitations include[详细]
2023-01-22 12:24 分类:问答connect two ObjectDataSources
I need to connect two ObjectDataSource tags. First will have a query string parameter and the second has a parameter, which is one of the fields in the result set of the first one. The relationship is[详细]
2023-01-21 20:35 分类:问答Swap/disable ObjectDataSource
I have a GridView which selectively binds to one of two ObjectDataSources.I make the switch in the Page_Load by setting GridView.DataSourceID.One of the data sources has parameters which refer to Cont[详细]
2023-01-20 19:59 分类:问答Can crystal reports get data from an object data source?
Can crystal reports get data from an object data source instead of a database? I am using the crystal reports that comes with vs2008. I am coding in c# 3.5.[详细]
2023-01-20 09:11 分类:问答ASP.net objectDataSource
Isitpossible tokeepthe same Method name forbothinsertandupdate inObjectDatasource? IamusingSave() method for insertand update.But O开发者_Python百科bjectDataSourcefires Updatebut does not[详细]
2023-01-20 08:09 分类:问答Can ObjectDataSource use table-valued parameters
If an ASP.NET web page uses an ObjectDataSource, can you configure it to use a stored procedure that uses table-value parameters?[详细]
2023-01-20 05:34 分类:问答Object Data Source with Reporting Services in Visual Studio
I\'m working on a site where we want to include a pie chart on a page. Right now I\'m working on implementing that through Reporting Services (RDLC file) with an object data source.[详细]
2023-01-19 13:51 分类:问答