I have multiple user controls with multiple parameters in each user control.
No control is validated at User leve and everything is validated in sql server.
Is there a way to just send all the parameters from usercontrol to database without creating public properties for each control.
like some dynamic method to read all the parameters in UI and just forward to database stored procedures. Thanks.
...
Go to the complete details ...