Here is a good article on what you need:
http://www.123aspx.com/resdetail.aspx?res=701
Regards,
Marshal Antony
http://dotnetmarshal.com
"FatboyCanteen" <> wrote in message
news:99B52157-D4BC-40FF-8F18-...
> Actually, I have made a usecontrol!
> The user control with textbox and hyperlink!
>
> mycontrol.ascx
> <%@ Control Language="VB" Inherits="Controls.mycontrol" %><asp:textbox
runat="server" id="textbox1" /> <asp:Hyperlink runat="server"
id="hyperlink" />
>
> mycontrol.ascx.vb
> I don't know how to write a textchanged event inside mycontrol.ascx.vb!
>
> Thx
>
>