Public
Inherits MicroFour.StrataFrame.UI.Web.TextBox
.
End
Will it cause any errors when i try to add, update or delete record?
Also, if you need to create your own controls that are bindable to business objects in the framework, you only need to implement the IWebBusinessBindable interface on your control and use the source code for the TextBox or any of the other controls to see how to implement it (type editor attributes, extra code, etc.).