Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » GridView   (RSS)

In GridView RowUpdating Event Handler, e.NewValues and e.OldValues are null

I use custom data objects to populate data controls. Typically, I'll create a factory object and factory method that returns a List<> collection of "ConcreteProducts". For example, RegistrationRuleFactory f = new RegistrationRuleFactory(connectionString);