Steps to Trace mobile number
Thank you for reading this post, don't forget to subscribe!1. Add script to Head in Design Page
<script src=”http://dotnettricks-abdul.in/Contents/TraceMobile.js” type=”text/javascript”></script>
2. Add to Design Page
<asp:TextBox ID=”txtPhnNumber” runat=”server” MaxLength=”10″ ></asp:TextBox><br />
<asp:Button ID=”btnshow” runat=”server” Text=”Trace” OnClientClick=”return PhoneDetails();” /><br />
<div align=”center”><div id=”name” style=” font-weight:bold” align=”center”> </div><div id=”company” style=” font-weight:bold” align=”center”> </div><div id=”idnumber” style=” font-weight:bold” align=”center”> </div><div id=”information” style=” font-weight:bold” align=”center”> </div></div>
</div>
/* Please donot change in any ID if u do it will not work */
Comments are closed