Created
October 30, 2013 06:04
-
-
Save sohel-rana/7227824 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" Title="Untitled Page" %> | |
<asp:Content ID="Content1" ContentPlaceHolderID="CPH" Runat="Server"> | |
<asp:TextBox ID="txtName" runat="server"></asp:TextBox> | |
<asp:TextBox ID="txtAge" runat="server"></asp:TextBox> | |
<asp:Button ID="btnShow" runat="server" Text="Show " OnClientClick="IDIssue();"/> | |
</asp:Content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment