G
Guest
I am trying to bind a textbox on a webform, using code. A simplified version
is as follows:
Imports System.Windows.Forms
Public Class WebForm2
Inherits System.Web.UI.Page
..........
TextBox1.databindings.add(........)
No matter what I try this always returns
"DataBindings' is not a member of 'System.Web.UI.WebControls.TextBox
I have not been able to find a step by setep example on how to accomplish
this.
Any assistance would be appreciatied.
is as follows:
Imports System.Windows.Forms
Public Class WebForm2
Inherits System.Web.UI.Page
..........
TextBox1.databindings.add(........)
No matter what I try this always returns
"DataBindings' is not a member of 'System.Web.UI.WebControls.TextBox
I have not been able to find a step by setep example on how to accomplish
this.
Any assistance would be appreciatied.