Public
Inherits MicroFour.StrataFrame.UI.Web.TextBox
.
End
Will it cause any errors when i try to add, update or delete record?
That is correct.
You could add code there. You should handle errors just like any other errors that appear within an ASP.NET page, including the custom error pages if necessary.
Correct, those are the safest places to add code.