Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to reload page when user enters info in textbox?
Message
 
 
To
29/04/2008 13:18:52
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01313951
Message ID:
01313963
Views:
8
>Well, I got lucky again...
>
>All I did was add a button to the table and set the Text to "Search" and WOW it updates the form when I click it, AND it updates the page if I just hit ENTER. It's magic.
>
>
>                <td>
>                    <asp:Button ID="Button1" runat="server" Text="Search" />
>                </td>
>
>

I guess the focus by default is on the button when you press Enter. Button's Click executes a post back.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform