Tagged Questions

5
votes
7answers
3k views

Paging & Sorting grids with ASP.Net MVC

I'm new to MVC, and am not following how you'd do paging and sorting on a grid. I'm used to using the asp.Net GridView control with an ObjectDataSource pointed at objects in our b …
3
votes
2answers
189 views

DataBind and Postback

This is a general how does DataBind work questions... I have a simple page with a GridView that is bound (in the aspx code) to an ObjectDataSource. I can look in the Select() fun …
3
votes
3answers
996 views

SSRS: Master-detail report with two datasources

I have two local data sources that I can push into the report. Works no problem. But how do I set up the report? One data source contains a list of employees, and info about them. …
3
votes
2answers
5k views

How do I set up ObjectDataSource select parameters at runtime

I'm trying to add parameters to an objectDataSource at runtime like this: Parameter objCustomerParameter = new Parameter("CustomerID", DbType.String, customerID); …
2
votes
1answer
259 views

SPGridView, data and correct method of ensuring data is safe

Hi, I am using an SPGridView to present some data, and have enabled the filtering ability which works very well. Until you choose a particular item in the data to filter on... T …
2
votes
2answers
141 views

GridView with nested business objects

I have an object similar to what's listed below. When I try to access the properties of the nested business object, I get the error: A field or property with the name 'Prop2.Prope …
2
votes
1answer
369 views

If controls are always binded to data source controls in the order they are declared then

Hello, A) Question below is based on the assumption that controls are always binded to data source controls in the order they are declared? So in our example SqlDataSource1 will …
2
votes
2answers
196 views

How do you manually databind complex object to templated control like a row in a gridview??

I am struggling with the databinding syntax here. For example I have a data structure like this - public class Course{ public string CourseName {get;set;} public string CourseCo …
2
votes
1answer
2k views

ObjectDataSource Gridview Insert Fails W/ Empty Values Dictionary

I have a gridview to which I have created an Insert Template in the footer row. I have an ObjectDataSource which is bound to a business object. I have an OnInserting event handle …
2
votes
1answer
2k views

ASP.NET - ObjectDataSource: using multi-select ListBox as ControlParameter

Hello, I have a form that contains a GridView control which is databound to an ObjectDataSource Control. There are several TextBox controls that are already being used as ControlP …
2
votes
1answer
1k views

ObjectDataSource Update method with dynamic parameters

Hi! I have this DataTable that has a varying set of columns except for a sequence number. | Sequence | Value | Tax | Duty | Total | Any number of columns should be accepted with …
1
vote
0answers
37 views

two-way data binding within a FormView doesn’t work when runat=server is used for the table row

I have an ObjectDataSource set up as follows: <asp:ObjectDataSource ID="AccountDataSource" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetAcc …
1
vote
1answer
20 views

ObjectDataSource vs new DomainDataSource

Hello, I don't see difference between ObjectDataSource and new DomainDataSource (http://blogs.microsoft.co.il/blogs/bursteg/archive/2009/04/11/using-domaindatasource-in-asp-net.as …
1
vote
2answers
41 views

Link Two ObjectDataSource

My problem scenario is as follows: I have one GridviewA bound to a objectdatasourceA. When I click on a GridviewA row, I want another objectdatasourceB to pick the ID from the Gri …
1
vote
2answers
69 views

ObjectDataSource trouble

I have been given a small project by the company I have applied for. They want a small application using asp.net GridView, FormView and an ObjectDataSource with a DataSet (xsd) fil …

1 2 3 4 5 6 next
15 30 50 per page