Showing related tags and posts accross the entire site.
-
Hey everyone, I know there are a lot of mixed feelings/experiences using the Infragistics controls with .netTiers on these forums, but there really isn't any demonstrated examples of how (if possible) to make all of it work together. I am trying to create a simple UltraWebGrid that uses a TypedDataSource...
Posted to
.netTiers - General Support
(Forum)
by
Lusid
on
03-24-2007
Filed under: .netTiers, Typed DataSource Controls, CRUD, EntityDataSource, ObjectDataSource, Infragistics, strongly typed datasource, Web project, C#, .net 2.0
-
Hi John (and Swin), I did try that, but it seems that with Entity Tracking turned on, it just rebound to the originally retrieved data. I set the EnableCaching property of the DataSource to false, turned off ViewState, everything, but I believe it still returned cached data. Values in the database did...
-
Is there a way to concatenate two or more database fields together using strongly typed datasource? For example if I wanted to display first name and last name together in an address selection dropdownlist.