.net - Should I implement a Data Source Control for a specific use-case? -


i'm in situation have no choice use data source controls. i'm using infragistics user controls , grids rely heavily on data source controls job done. but, experience data source controls, once need down nitty gritty , insert special logic on insertions, updates , deletes, hit roadblock , end having write sql queries using , sql data source.

i keep logic in code as possible. found tutorial implementing own data source controls, before delve want know. writing specific data source control particular use case leverage special logic can't done otherwise acceptable?

have looked @ objectdatasource? configure providing the names of c# methods responsible crud operations. in methods can whatever want.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -