Showing related tags and posts accross the entire site.
-
I am getting an error when using the EntityGridView inside of a Formview in the ItemTemplate. When I place the grid on the page without the FormView, it works perfectly. Otherwise, I am getting this error: Null Reference in EntityGridView.cs Line #316 When I look at line #316, this is the line in question...
-
I am trying to use find control to conditionally hide a field in my <EditItemTemplate> of my FormView. Everytime I try to use FormView.FindControl or FormUtil.FindControl, I get a reference to the <ItemTemplate> control with the same name. I have tried to do this on the FormView's OnItemCommand...
-
Hi I have the following situation where I have a database that has many Customers that in turn can have many Consumers . I have to check if the email address of a consumer is unique within a customer when saving. I am using the FormView solution generated by net tiers with the service model. I have overriden...
-
Hi! On an ASP.NET project, I am using OneToOneViewRelationships. Each FormView is tied to its own strongly typed datasource. I noticed that if an error is raised within the Primary Member FormView, everything works fine: There is a delegate that is handling errors, so the submitted form is displayed...
-
Hi! I am working on an ASP.NET projet where I am using Strongly Typed Datasources, and where many web pages are using nested FormViews. Does anyone know how to use transactions to rollback the INSERTS/UPDATES in case an error happens in a sub-FormView? For example, let's say, I have the complex object...