Showing related tags and posts accross the entire site.
-
Hi I have the following code running AfterInsert of a DataSource control. What I'm trying to achieve is set the value MasterShow_Pk equal to a value. The code runs fine but the Data Store is not being updated with the value. protected void _x_ShowsDataSource_AfterInserted( object sender, x.Web.Data....
-
Hello: Okay, I've done quite a bit of searching for this, but to no avail. Item in question is the 'OrderByClause' used with typed datasources as an input parameter. The obvious use is and 'order by' clause for a stored proc parameter. The unobvious is what the 'OrderByClause' traces back to. I've found...
-
Here's what I consider to be a better alternative. DataBoundParameter, which binds against properties of the current databinding object. =============================================================== public class DataBoundParameter : Parameter { private Control _bindingControl; private String _propertyName;...
Posted to
Support
(Forum)
by
rwil02
on
07-30-2008
Filed under: .netTiers, EntityDataSource, DataParameter, DataSource