De echo allí fue el primer lugar que se me ocurrio ponerlo, sin embargo no resulto, hice algo mal.
aquí te pongo como puse el código:
Código:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If(Not Page.IsPostBack) THEN
Me.TextBox1.Attributes.Add("OnTextChanged", "UneTexto();")
End If
End Sub
gracias
.