Sunday 2 December 2012

SEARCH STRING IN ASP.NET c#

SEARCH STRING IN ASP.NET c#

        <h1>SEARCH  Demo in ASP.NET</h1>
        <asp:TextBox ID="TextBox1" runat="server" Text="SEARCH only"    TextMode="Search" Height="71px" Width="400px"></asp:TextBox>
        <asp:Button ID="Button1" runat="server" Text="Button" />




NOTE:THIS FEATURE WORKS IN VS2012

No comments:

Post a Comment