Skip to content

Instantly share code, notes, and snippets.

@sohel-rana
Created October 30, 2013 06:04
Show Gist options
  • Save sohel-rana/7227824 to your computer and use it in GitHub Desktop.
Save sohel-rana/7227824 to your computer and use it in GitHub Desktop.
<%@ 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