I have a DetailsView control which is bind to a ObjectDataSource. In my application there is aTextBox, user enter ID in this textbox and clicks SHOW RECORD button, now DetailsView should show that rec
I have a gridview taking data from object data source. The object data source is taking data from a method which takes one parameter (string). The parameter is supplied from page url using querystring
I\'m trying to use an ObjectBindingSource to binddata to a gridview. The data is present in the view as a subclass as the controller, in the form of a model.
I have 2 drop down list within the edit item Template of a form view.The first drop down contains a lit of vehicle Makes and the second a list of Vehicle Models. The list of models needs to be filtere
im using C# under Visual studio 2010 i have an object datasource that does performs a开发者_开发问答 certain function taking 2 parameters the first is int, the 2nd in a list
A user control contains a ListView, ObjectDataSource and a CustomerID property, is there a way to pass CustomerID to ObjectDataSource.
I have a .Net 3.5 application with a simple form view and an object data source. <asp:ObjectDataSource ID=\"odsDevice\" runat=\"server\" SelectMethod=\"GetDeviceByDeviceNumber\" EnableViewState=\
I have two problems: I am trying to connect a form view that is inside the content section of an accordion. I choose my ObjectDataSource, configure it and drop it on the page with the designer. Whe
I have a gridview using object datasource for data binding. Everything开发者_Go百科 is working fine except, When i add some new records to data it is not displaying immediately, it requires a refresh.
I\'m using GridView to display data from dataBase, the gridView is bound to objectDataSource. each row in gridview represent an item that belongs to user and I want to add another field to the gridVie