objectdatasource Questions
1
Solved
i have the following situation, i have a Reporting layer(stand alone) in asp.net application(NOT website, this means NO App_Code folder exists), and i want just to create Object Data Source to take...
Dorolisa asked 3/10, 2009 at 22:1
3
Solved
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() function called by t...
Sanitarian asked 6/5, 2009 at 19:9
4
Solved
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. The other contain...
Sirotek asked 28/4, 2009 at 12:22
4
Solved
I'm using a FormView with an ObjectDataSource and binding using <%# Bind("WhateverProp") %> - and all of my nullable columns are coming back with default values of the type in them.
It appears...
Darcee asked 15/4, 2009 at 20:0
5
Is it "acceptable" to have an ASP.Net 2.0 application without the BLL (Business Logic Layer) as the following?
SQL Server Data Storage & Stored Procedures
Data Link Layer (Strongly Typed Tabl...
Serbocroatian asked 7/8, 2008 at 2:41
1
Solved
Greetings,
1) I assume ObjectDataSource automatically binds to data source only on first request, but not on postbacks ( else ObjectDataSource.Selecting event would be fired on postbacks also, b...
Amarillas asked 11/8, 2009 at 18:45
2
Solved
i'm trying to create a ObjectDataSource which I can use to bind to a BindingSource which on his turn should be bound to a ComboBox.
I've created a simple class and a simple list for this class (se...
Potion asked 11/12, 2008 at 11:47
2
Solved
I'm trying to add parameters to an objectDataSource at runtime like this:
Parameter objCustomerParameter = new Parameter("CustomerID", DbType.String, customerID);
Parameter objGPDatabaseParamete...
Patentor asked 24/10, 2008 at 20:35
© 2022 - 2024 — McMap. All rights reserved.