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:
I have an ObjectDataSource which uses a DataObjectType (Name). In this case EmpRow to pass update and insert parameters instead of passing individual parameters.
suppose following code: <asp:FormView runat=\"server\" ID=\"frmMain\" DataSourceID=\"odsMain\"> <ItemTemplate>
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
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
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
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.
Isitpossible tokeepthe same Method name forbothinsertandupdate inObjectDatasource? IamusingSave() method for insertand update.But O开发者_Python百科bjectDataSourcefires Updatebut does not
If an ASP.NET web page uses an ObjectDataSource, can you configure it to use a stored procedure that uses table-value parameters?
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.