Tips and tricks for .NET using ASP and VB code.

Scroll browser down on TextBox focus

<asp:TextBox ID="FocusTextBox" onFocus="window.scrollBy(0, 400);" runat="server" BackColor="Transparent" BorderColor="Transparent" BorderStyle="None" Width="0px"></asp:TextBox>

No comments:

Post a Comment

Search This Blog