Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
Thank you for reply.
When I compare source code for both methods (Bo.Save() vs Bo.SaveByForm()) they are almost the same, except Bo.SaveByForm() return value contains more info.
In my case, I am writing save function for my base Gridview and WebPage. I feel that SaveByForm() is more suitable as more info usually always better.
By then, I am curious on in what situation I should use Bo.Save() instead of Bo.SaveByForm()?
Thank you
|