Monday, February 9, 2015

GOOGLE MAPS

Design the Form as Follows





Design Code

 <div>
    <table>
        <tr>
            <td> Area </td>
            <td> <asp:TextBox ID="txtArea" runat="server"></asp:TextBox> </td>
        </tr>
        <tr>
             <td> City </td>
            <td> <asp:TextBox ID="txtCity" runat="server"></asp:TextBox> </td>
        </tr>
        <tr>
            <td> <asp:Button ID="Button1" runat="server" Text="Search"  OnClick="ButtonSearch_Click"/> </td>
        </tr>
    </table>
    </div>


.cs Page










output



No comments:

Post a Comment

Thank you for visiting my blog

Kubernetes

Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...