<%@ Page Language=
"C#"
AutoEventWireup=
"true"
CodeFile=
"Default.aspx.cs"
Inherits=
"_Default"
%>
<head runat=
"server"
>
<title></title>
</head>
<body>
<form id=
"form1"
runat=
"server"
>
<h1 align=
"center"
>API Demonstration ASP.NET </h1>
<table align=
"center"
width=
"400px"
>
<tr >
<td width=
"50%"
>
<asp:Label ID=
"lblUid"
runat=
"server"
Text=
"Uid"
></asp:Label>
</td>
<td width=
"50%"
>
<asp:TextBox ID=
"txtUid"
runat=
"server"
Width=
"200px"
></asp:TextBox>
</td>
</tr>
<tr >
<td width=
"50%"
>
<asp:Label ID=
"lblPin"
runat=
"server"
Text=
"Pin"
></asp:Label>
</td >
<td width=
"50%"
>
<asp:TextBox ID=
"txtPin"
runat=
"server"
TextMode=
"Password"
Width=
"200px"
></asp:TextBox>
</td>
</tr>
<tr>
<td width=
"50%"
>
<asp:Label ID=
"lblDomain"
runat=
"server"
Text=
"DomainName"
></asp:Label>
</td>
<td width=
"50%"
>
<asp:TextBox ID=
"txtDomain"
runat=
"server"
Width=
"200px"
></asp:TextBox>
</td>
</tr>
<tr>
<td width=
"50%"
>
<asp:Label ID=
"lblSenderId"
runat=
"server"
Text=
"Valid SenderId"
></asp:Label>
</td>
<td width=
"50%"
>
<asp:TextBox ID=
"txtSenderId"
runat=
"server"
Width=
"197px"
></asp:TextBox>
</td>
</tr>
<tr>
<td width=
"50%"
>
<asp:Label ID=
"lblMobile"
runat=
"server"
Text=
"Mobile"
></asp:Label>
</td>
<td width=
"50%"
>
<asp:TextBox ID=
"txtMobile"
runat=
"server"
Width=
"200px"
></asp:TextBox>
</td>
</tr>
<td width=
"50%"
>
<asp:Label ID=
"lblRoute"
runat=
"server"
Text=
"Route"
></asp:Label>
</td>
<td width=
"50%"
>
<asp:TextBox ID=
"txtRoute"
runat=
"server"
Width=
"200px"
></asp:TextBox>
(
0
Normal
1
Priority )
</td>
</tr>
<tr>
<td width=
"50%"
>
<asp:Label ID=
"lblMessage"
runat=
"server"
Text=
"Message"
></asp:Label>
</td>
<td width=
"50%"
>
<asp:TextBox ID=
"txtMessage"
runat=
"server"
TextMode=
"MultiLine"
Width=
"200px"
></asp:TextBox>
</td>
</tr>
<tr>
<td width=
"50%"
>
</td>
<td width=
"50%"
>
<table>
<tr>
<td>
<asp:Button ID=
"btnSend"
runat=
"server"
Text=
"Send"
onclick=
"btnSend_Click"
Width=
"56px"
/>
</td>
<td>
<asp:Button ID=
"btnClear"
runat=
"server"
Text=
"Clear"
Width=
"56px"
onclick=
"btnClear_Click"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>