Re: Setting up ObjectDataSource Control when target method takes object as a parameter...
- From: michaelkb@xxxxxxxxxxx
- Date: 12 Sep 2006 07:57:39 -0700
I'm pretty sure you'd need to set it programmatically rather than
declaritavely. You can set it in the page load if you want, or you can
set it in the Selecting event of the ObjectDataSource.
Charlie@CBFC wrote:
Hi:
I'm using the ObjectDataSource control to databind a Repeater. The method
on business object that ObjectDataSource control point to takes as a
parameter an instance of the System.Data.CommandType enumeration. When
setting up declaritively in HTML, how do I complete the following parameter
assignment...
<asp:Parameter Name="commandType" Type="Object" DefaultValue="????" />
Thanks,
Charlie
.
- Follow-Ups:
- References:
- Prev by Date: PDF Documents
- Next by Date: Re: ExecuteReader requires an open and available Connection.
- Previous by thread: Setting up ObjectDataSource Control when target method takes object as a parameter...
- Next by thread: Re: Setting up ObjectDataSource Control when target method takes object as a parameter...
- Index(es):
Relevant Pages
|