Click here to Skip to main content
16,022,417 members

Comments by vonDy (Top 4 by date)

vonDy 22-Feb-12 20:47pm View    
thank you sir
^^,
vonDy 19-Feb-12 8:03am View    
ur a big help
there is many things i learned in your first solution even though it is not exactly i'm looking for.
i really need help i'm just a beginner in this, so thank you :)
vonDy 18-Feb-12 11:17am View    
is there a way using an asp textbox control?

like this
<asp:TextBox ID="TextBox1" runat="server">

and not this one
<input type='text' önkeyup='Filter(this);' id="txtSearch" class="SmallTextBox" runat="server" />
vonDy 18-Feb-12 10:34am View    
this is for webform and not in winform.
is there a way in webform to do it?