Translate this page
Powered by
Microsoft® Translator
Browse by Tags - CodeSmith Community
Welcome to the CodeSmith Community!
Join
Sign in
Home
Home
Store
Blogs
Forums
Gallery
Help
More ...
Home
Browse by Tags
Forums
Get this RSS feed
Home
Tags
.net 2.0
.netTiers
.netTiers Providers
Admin
ASp.NET
beginner
C#
CRUD
Custom Stored Procedure
custom stored Procedure paging
Database
DataBinding
DataList
DataParameter
DataRepository
datasource sorting
DeepLoad
EntityDataSource
EntityGridView
Filter
Filters
OneToOneRelationship
stored proc
Telerik
view
Related Posts
Forum Post:
Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control
StevenThorp
I have 2 nested repeaters i'm using to retrieve data from Parent/Child database structure. This is what i'm doing right now: <data:PostCategoryRepeater ID="postCategoryRepeater" runat="server" DataSourceID="postCategoryDataSource"> <ItemTemplate> <h1><...
on
Sun, Mar 29 2009
Forum Post:
Re: Upgrade to .netTiers version v2.3.0
velum
Hi Blake, I tried the second solution you proposed, since we do have our whole business layer integrated in the netTiers solution, mainly in the Entity and the Service Layers. However, a bug I was having is still there. I'm using the following DataSource in an ASPX page, which used to run fine before...
on
Tue, Mar 24 2009
Forum Post:
How do one prevent a DataSource from performing a SELECT query?
velum
Hi! DataSources seem to always perform a select query (Using the specified SelectMethod). However, this is sometimes unnecessary. For example, I have a form to insert new clients. This form is only used to do inserts, and it was strangely slow. Doing some research, I realized that the ClientDataSource...
on
Tue, Feb 3 2009
Forum Post:
Re: DataParameter and EntityDataSource
rwil02
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;...
on
Wed, Jul 30 2008
Forum Post:
Filter datasource
Zlax
Hi i have database with these tables User { IdUser, Name , Surename, Username, Password } ProfesorData { IdUser, JMBG } AdministratorData { IdUser, JMBG } In form for administering profesors i have made fields required to insert new User and ProfesorData. Now problem is how to display a list of all Profesors...
on
Mon, Jun 9 2008
Forum Post:
Using Custom Stored Procedure with Joins in Website through Data Layer?
aabragan
I wrote a custom stored procedure that uses inner joins to join 2 tables and return a dataset. Nettiers recognizes that it is a custom stored procedure in my database but I have no way of accessing it through the datasource as a SelectMethod. My code for the SP is below. My goal is to use this as my...
on
Tue, Jun 3 2008
Forum Post:
The entity object cannot be null.
rithomas
When I attempt to save a record from the entitygridview, I get this error: [NullReferenceException: The entity object cannot be null.] IGD.Web.Data.BaseDataSourceView`2.ValidateEntity(Entity entity, IDictionary keys) in C:\Projects\xxx\IGD.Web\Data\BaseDataSource.cs:1940 IGD.Web.Data.BaseDataSourceView...
on
Tue, Apr 22 2008
Page 1 of 4 (80 items)
1
2
3
4