DriveHQ Start Menu
Cloud Drive Mapping
Folder Sync
Cloud Backup
True Drop Box
FTP/SFTP Hosting
Group Account
DriveHQ Start Menu
Online File Server
My Storage
|
Manage Shares
|
Publishes
|
Drop Boxes
|
Group Account
WebDAV Drive Mapping
Cloud Drive Home
|
WebDAV Guide
|
Drive Mapping Tool
|
Drive Mapping URL
Complete Data Backup
Backup Guide
|
Online Backup Tool
|
Cloud-to-Cloud Backup
FTP, Email & Web Service
FTP Home
|
FTP Hosting FAQ
|
Email Hosting
|
EmailManager
|
Web Hosting
Help & Resources
About
|
Enterprise Service
|
Partnership
|
Comparisons
|
Support
Quick Links
Security and Privacy
Download Software
Service Manual
Use Cases
Group Account
Online Help
Blog
Contact
Cloud Surveillance
Sign Up
Login
Features
Business Features
Online File Server
FTP Hosting
Cloud Drive Mapping
Cloud File Backup
Email Backup & Hosting
Cloud File Sharing
Folder Synchronization
Group Management
True Drop Box
Full-text Search
AD Integration/SSO
Mobile Access
IP Camera & DVR Solution
More...
Personal Features
Personal Cloud Drive
Backup All Devices
Mobile APPs
Personal Web Hosting
Sub-Account (for Kids)
Home/PC/Kids Monitoring
More...
Software
DriveHQ Drive Mapping Tool
DriveHQ FileManager
DriveHQ Online Backup
DriveHQ Mobile Apps
Pricing
Business Plans & Pricing
Personal Plans & Pricing
Price Comparison with Others
Feature Comparison with Others
Install Mobile App
Sign up
Creating account...
Invalid character in username! Only 0-9, a-z, A-Z, _, -, . allowed.
Username is required!
Invalid email address!
E-mail is required!
Password is required!
Password is invalid!
Password and confirmation do not match.
Confirm password is required!
I accept
Membership Agreement
Please read the Membership Agreement and check "I accept"!
Free Quick Sign-up
Sign-up Page
Log in
Signing in...
Username or e-mail address is required!
Password is required!
Keep me logged in
Quick Login
Forgot Password
Up
Upload
Download
Share
Publish
New Folder
New File
Copy
Cut
Delete
Paste
Rate
Upgrade
Rotate
Effect
Edit
Slide
History
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <script runat="server"> Dim ado As New ADONET Dim countrydt As New System.Data.DataTable Dim query As String = "" Protected Sub btnsubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Try ado.cmd.Parameters.Clear() ado.cmd.Parameters.AddWithValue("@username", txtusername.Text) If (ado.getdt("Select * from [SAIDB].[dbo].[SAI-CLIENTREGISTRATION] where [USERNAME]=@username").Rows.Count <> 0) Then Dim mail As New System.Web.Mail.MailMessage mail.From = "SAI BPO SERVICE Ltd" mail.To = txtemail.Text.ToString mail.Subject = "Account Created" mail.Cc = "bishar@saibpo.com" mail.Body = "ACcount has been Created Successsflly" ado.cmd.Parameters.Clear() ado.cmd.Parameters.AddWithValue("@fname", txtfirstname.Text) ado.cmd.Parameters.AddWithValue("@lname", txtlastname.Text) ado.cmd.Parameters.AddWithValue("@company", txtcompany.Text) ado.cmd.Parameters.AddWithValue("@email", txtemail.Text) ado.cmd.Parameters.AddWithValue("@country", dpdwncountry.SelectedValue.ToString) ado.cmd.Parameters.AddWithValue("@phoneno", txtphoneno.Text) ado.cmd.Parameters.AddWithValue("@username", txtusername.Text) ado.cmd.Parameters.AddWithValue("@password", txtpassword.Text) If (chkftp.Checked = True) Then ado.cmd.Parameters.AddWithValue("@ftpaccess", 1) Else ado.cmd.Parameters.AddWithValue("@ftpaccess", 0) End If ado.cmd.Parameters.AddWithValue("@zipcode", txtzipcode.Text) ado.cmd.Parameters.AddWithValue("@mobileno", txtmobileno.Text) ado.cmd.Parameters.AddWithValue("@website", txtwebsite.Text) ado.cmd.Parameters.AddWithValue("@messenger1", txtmessenger1.Text) ado.cmd.Parameters.AddWithValue("@messenger2", txtmessenger2.Text) ado.cmd.Parameters.AddWithValue("@date", CType(Now.Date.ToShortDateString, Date)) query = "INSERT INTO [SAIDB].[dbo].[SAI-CLIENTREGISTRATION]([FNAME],[LNAME],[COMPANY],[EMAIL] ,[COUNTRY] ,[PHONENO] ,[USERNAME],[PASSWORD],[FTPACCESS] ,[ZIPCODE] ,[MOBILENO] ,[WEBSITE] ,[MESSENGERID1] ,[MESSENGERID2],[DATE])VALUES(@fname,@lname,@company,@email,@country,@phoneno,@username,@password,@ftpaccess,@zipcode,@mobileno,@website,@messenger1,@messenger2,@date)" ado.executetext(query) System.Web.Mail.SmtpMail.SmtpServer = "localhost" System.Web.Mail.SmtpMail.Send(mail) Response.Redirect("ErrorMessage.aspx?id=" + "An Confirmation Will be Sent to Your mail-id Within 24 Hrs Please Check It") Else Response.Redirect("ErrorMessage.aspx?id=" + "UserName Exisit") End If Catch ex As Exception Response.Redirect("ErrorMessage.aspx?id=" + "Error in Page") End Try End Sub Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) If (Not IsPostBack) Then Try ' DropDownList1.Items.Add(--"Select--") countrydt = ado.getdt("SELECT [CountryName] FROM [SAIDB].[dbo].[Country]") dpdwncountry.DataSource = countrydt dpdwncountry.DataTextField = "CountryName" dpdwncountry.DataValueField = "CountryName" ' dpdwncountry.DataBind() dpdwncountry.Items.Insert(0, "--Select the Country--") Catch ex As Exception Response.Redirect("ErrorMessage.aspx?id=" + "Error in Page") End Try End If End Sub </script> <link href="style_text.css" rel="stylesheet" type="text/css" /> <html> <head> <title>SAI BPO Services Registration </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style_text.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .style9 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; } --> </style> <style> .a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none; font-Underline:false; color: #666666; } a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-decoration:none; text-underline:false; color: #000000; } a:active{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-underline:false; color: #000000; }; .style5 {color: #666666} .style6 {color: #999999} body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } </style> <script language="JavaScript" type="text/JavaScript"> <!-- function mmLoadMenus() { if (window.mm_menu_0829210049_0) return; window.mm_menu_0829210049_0 = new Menu("root",224,21,"Verdana, Arial, Helvetica, sans-serif",11,"#333333","#FFFFFF","#FFFFFF","#999999","left","middle",5,0,100,-5,7,true,true,true,0,true,true); mm_menu_0829210049_0.addMenuItem("Software development services "); mm_menu_0829210049_0.addMenuItem("Audio Transcription Services"); mm_menu_0829210049_0.addMenuItem("Data Process Outsourcing "); mm_menu_0829210049_0.addMenuItem("Image Process Outsourcing "); mm_menu_0829210049_0.addMenuItem("Back office services"); mm_menu_0829210049_0.addMenuItem("Engineering Process outsourcing "); mm_menu_0829210049_0.addMenuItem("Insurance Process Outsourcing "); mm_menu_0829210049_0.addMenuItem("Real Estate Process outsourcing "); mm_menu_0829210049_0.addMenuItem("Financial Process Outsourcing "); mm_menu_0829210049_0.addMenuItem("Legal process Outsourcing "); mm_menu_0829210049_0.addMenuItem("Web designing and maintenance"); mm_menu_0829210049_0.addMenuItem("Data Indexing Services"); mm_menu_0829210049_0.addMenuItem("Scanning Services"); mm_menu_0829210049_0.addMenuItem("Digital media and prepress "); mm_menu_0829210049_0.addMenuItem("Inbound and Outbound Call "); mm_menu_0829210049_0.addMenuItem("Product Outsourcing services"); mm_menu_0829210049_0.addMenuItem("Knowledge process Outsourcing "); mm_menu_0829210049_0.addMenuItem("Tourists Process outsourcing "); mm_menu_0829210049_0.addMenuItem("Other Tailormade Process "); mm_menu_0829210049_0.hideOnMouseOut=true; mm_menu_0829210049_0.bgColor='#F2F2F2'; mm_menu_0829210049_0.menuBorder=1; mm_menu_0829210049_0.menuLiteBgColor='#F2F2F2'; mm_menu_0829210049_0.menuBorderBgColor='#F2F2F2'; mm_menu_0829210049_0.writeMenus(); } // mmLoadMenus() function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="JavaScript" src="mm_menu.js"></script> </head> <body onLoad="MM_preloadImages('images/Sl_06_over.jpg','images/Sl_07_over.jpg','images/Sl_08_over.jpg','images/Sl_09_over.jpg','images/Sl_10_over.jpg','images/Sl_11_over.jpg','images/Sl_12_over.jpg','images/Sl_13_over.jpg','images/Sl_14_over.jpg')" > <script language="JavaScript1.2">mmLoadMenus();</script> <table width="963" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="963" height="132"> <param name="movie" value="images/hed.swf"> <param name="quality" value="high"> <embed src="images/hed.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" width="963" height="132"></embed> </object></td> </tr> </table> <table width="963" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="323"><img src="images/hom_01_05R.jpg" width="8" height="28"></td> <td width="640" valign="middle" background="images/hom_backbg.jpg"><table width="640" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="" class="a">Home</a> <span class="style5">|</span> <a href="#" class="a">Customer Comments</a> <span class="style6">|</span> <a href="#" class="a">Sister Concerns</a> <span class="style6">|</span> <a href="#" class="a">Customer Support</a> <span class="style6">| </span><a href="#" class="a">Sitmap </a><span class="style6">|</span> <a href="#" class="a">FAQ</a> <span class="style6">|</span> <a href="#" class="a">Contact US</a> </td> </tr> </table></td> </tr> </table> <table width="963" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/Sl_06_over.jpg',1)"><img src="images/Sl_06.jpg" name="Image31" width="104" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_swapImage('Image32','','images/Sl_07_over.jpg',1);MM_showMenu(window.mm_menu_0829210049_0,10,42,null,'Image32')"><img src="images/Sl_07.jpg" name="Image32" width="95" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image33','','images/Sl_08_over.jpg',1)"><img src="images/Sl_08.jpg" name="Image33" width="129" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image34','','images/Sl_09_over.jpg',1)"><img src="images/Sl_09.jpg" name="Image34" width="87" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image35','','images/Sl_10_over.jpg',1)"><img src="images/Sl_10.jpg" name="Image35" width="94" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image36','','images/Sl_11_over.jpg',1)"><img src="images/Sl_11.jpg" name="Image36" width="140" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image37','','images/Sl_12_over.jpg',1)"><img src="images/Sl_12.jpg" name="Image37" width="115" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image38','','images/Sl_13_over.jpg',1)"><img src="images/Sl_13.jpg" name="Image38" width="91" height="42" border="0"></a></td> <td align="left" valign="top"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image39','','images/Sl_14_over.jpg',1)"><img src="images/Sl_14.jpg" name="Image39" width="108" height="42" border="0"></a></td> </tr> </table> <table width="963" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="256"> <param name="movie" value="images/BANER_HOM.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent" /> <embed src="images/BANER_HOM.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" ="application/x-shockwave-flash" width="760" height="256"></embed> </object></td> <td align="left" valign="top"><img src="images/Sl_16.jpg" width="204" height="256" border="0" usemap="#Map"> </td> </tr> </table> <table width="963" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="10" align="left" valign="top"><img src="images/marq_img.jpg" width="8" height="13"></td> <td width="941"> </td> <td width="12" align="right" valign="top"><img src="images/marq_img.jpg" width="8" height="13"></td> </tr> </table> <form runat=server id="main"> <table width="963" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="759" height="332" align="left" valign="top"> <table align="center" style="width: 552px; position: static"> <tr> <td style="width: 146px; height: 24px;"> * UserName</td> <td style="width: 122px; height: 24px;"> <asp:TextBox ID="txtusername" runat="server" ValidationGroup="test" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px; height: 24px;"> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtusername" ErrorMessage="Enter UserName" ValidationGroup="test">*</asp:RequiredFieldValidator> </td> </tr> <tr> <td style="width: 146px; height: 25px"> * Password</td> <td style="width: 122px; height: 25px"> <asp:TextBox ID="txtpassword" runat="server" TextMode="Password" ValidationGroup="test" CssClass="text1" Width="200px"></asp:TextBox></td> <td style="width: 100px; height: 25px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtpassword" ErrorMessage="Enter Password" ValidationGroup="test">*</asp:RequiredFieldValidator> <asp:CustomValidator ID="CustomValidator1" runat="server" ControlToValidate="txtpassword" ErrorMessage="Password Minimum 7 Characters For Password" ValidationGroup="test">*</asp:CustomValidator></td> </tr> <tr > <td style="width: 146px; height: 26px"> * Re-Enter Password</td> <td style="width: 122px; height: 26px"> <asp:TextBox ID="txtpassword1" runat="server" TextMode="Password" ValidationGroup="test" CssClass="text1" Width="200px"></asp:TextBox></td> <td style="width: 100px; height: 26px"> <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="txtpassword" ControlToValidate="txtpassword1" ErrorMessage="Re-Enter Password" ValidationGroup="test">*</asp:CompareValidator></td> </tr> <tr > <td style="width: 146px"> * First Name</td> <td style="width: 122px"> <asp:TextBox ID="txtfirstname" runat="server" ValidationGroup="test" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtfirstname" ErrorMessage="Enter First Name" ValidationGroup="test">*</asp:RequiredFieldValidator></td> </tr> <tr > <td style="width: 146px; height: 14px"> * Last Name</td> <td style="width: 122px; height: 14px"> <asp:TextBox ID="txtlastname" runat="server" ValidationGroup="test" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px; height: 14px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtlastname" ErrorMessage="Enter Last Name" ValidationGroup="test">*</asp:RequiredFieldValidator></td> </tr> <tr > <td style="width: 146px"> * Company</td> <td style="width: 122px"> <asp:TextBox ID="txtcompany" runat="server" ValidationGroup="test" Width="200px" CssClass="textcolor"> </asp:TextBox></td> <td style="width: 100px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtcompany" ErrorMessage="Enter Company" ValidationGroup="test">*</asp:RequiredFieldValidator></td> </tr> <tr > <td style="width: 146px; height: 19px"> * Email-ID</td> <td style="font-weight: bold; width: 122px; height: 19px; text-decoration: underline"> <asp:TextBox ID="txtemail" runat="server" ValidationGroup="test" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="font-weight: bold; width: 100px; height: 19px; text-decoration: underline"> <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ControlToValidate="txtemail" ErrorMessage="Enter Email Address" ValidationGroup="test">*</asp:RequiredFieldValidator> <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtemail" ErrorMessage="Email Address Not Valid" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" ValidationGroup="test">*</asp:RegularExpressionValidator></td> </tr> <tr > <td style="width: 146px"> * Country</td> <td style="width: 122px"> <asp:DropDownList ID="dpdwncountry" runat="server" ValidationGroup="test" Width="184px" CssClass="textcolor"> </asp:DropDownList></td> <td style="width: 100px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="dpdwncountry" ErrorMessage="Select Country" ValidationGroup="test">*</asp:RequiredFieldValidator></td> </tr> <tr> <td style="width: 146px; height: 19px"> * Zip-Code</td> <td style="width: 122px; height: 19px"> <asp:TextBox ID="txtzipcode" runat="server" ValidationGroup="test" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px; height: 19px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator8" runat="server" ControlToValidate="txtzipcode" ErrorMessage="Enter Zip Code" ValidationGroup="test">*</asp:RequiredFieldValidator></td> </tr> <tr> <td style="width: 146px"> * Phone No</td> <td style="width: 122px"> <asp:TextBox ID="txtphoneno" runat="server" ValidationGroup="test" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator9" runat="server" ControlToValidate="txtphoneno" ErrorMessage="Enter Phone Number" ToolTip="test">*</asp:RequiredFieldValidator></td> </tr> <tr> <td style="width: 146px; height: 35px"> Mobile No</td> <td style="width: 122px; height: 35px"> <asp:TextBox ID="txtmobileno" runat="server" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px; height: 35px"> </td> </tr> <tr> <td style="width: 146px; height: 14px"> Website</td> <td style="width: 122px; height: 14px"> <asp:TextBox ID="txtwebsite" runat="server" Width="272px" CssClass="textcolor">http://</asp:TextBox></td> <td style="width: 100px; height: 14px"> <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="txtwebsite" ErrorMessage="Url Not Valid" ValidationExpression="http(s)?://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?" ValidationGroup="test">*</asp:RegularExpressionValidator></td> </tr> <tr> <td colspan="2" style="height: 31px"> <asp:CheckBox ID="chkftp" runat="server" Text="Ftp Access Needed" /></td> <td style="width: 100px; height: 31px"> </td> </tr> <tr> <td style="width: 146px; height: 19px"> </td> <td style="width: 122px; height: 19px"> </td> <td style="width: 100px; height: 19px"> </td> </tr> <tr> <td style="width: 146px; height: 19px"> <b><u>Messenger</u></b> </td> <td style="width: 122px; height: 19px"> </td> <td style="width: 100px; height: 19px"> </td> </tr> <tr> <td style="width: 146px; height: 19px"> </td> <td style="width: 122px; height: 19px"> </td> <td style="width: 100px; height: 19px"> </td> </tr> <tr> <td style="width: 146px; height: 19px"> Yahoo</td> <td style="width: 122px; height: 19px"> <asp:TextBox ID="txtmessenger1" runat="server" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px; height: 19px"> </td> </tr> <tr> <td style="width: 146px; height: 19px"> Any Other</td> <td style="width: 122px; height: 19px"> <asp:TextBox ID="txtmessenger2" runat="server" Width="200px" CssClass="textcolor"></asp:TextBox></td> <td style="width: 100px; height: 19px"> </td> </tr> <tr> <td style="width: 146px; height: 13px"> <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False" ValidationGroup="test" /> </td> <td align="right" style="width: 122px; height: 13px"> <asp:Button ID="btnsubmit" runat="server" Text="Submit" ValidationGroup="test" OnClick="btnsubmit_Click" /></td> <td style="width: 100px; height: 13px"> </td> </tr> </table> </td> <td width="204" align="left" valign="top"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="160" align="left" valign="top" background="images/hom_01_19.jpg"> </td> </tr> <tr> <td height="160" align="left" valign="top"><img src="images/hom_01_20.jpg" width="204" height="160" border="0" usemap="#Map2"></td> </tr> <tr> <td align="left" valign="top"><img src="images/hom_01_21.jpg" width="204" height="212"></td> </tr> <tr> <td align="left" valign="top"><img src="" width="204" height="76" border="0" usemap="#Map3"></td> </tr> </table></td> </tr> </table> </form> <table width="963" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="10" align="left" valign="top"><img src="images/marq_img.jpg" width="8" height="13"></td> <td width="941"> </td> <td width="12" align="right" valign="top"><img src="images/marq_img.jpg" width="8" height="13"></td> </tr> </table> <table width="963" border="0" align="center" cellpadding="15" cellspacing="0"> <tr> <td align="left" valign="top"><div align="center"> <p><span class="style9">Our Services</span><br> <a href="#" class="a">Software development services </a><span class="style1 style5">|</span><a href="#" class="a"> Audio Transcription Services </a><span class="style1 style5">|</span> <a href="#" class="a">Data Process Outsourcing Services</a> <span class="style1 style5">|</span> <a href="#" class="a">Image Process Outsourcing Services</a><br> <a href="#" class="a">GIS Process Outsourcing services </a><span class="style1 style5">|</span> <a href="#" class="a">Back office services </a><span class="style1 style5">|</span> <a href="#" class="a">Engineering Process outsourcing Services</a> <span class="style1 style5">|</span> <a href="#" class="a">Insurance Process Outsourcing services</a><br> <a href="#" class="a">Real Estate Process outsourcing services</a> <span class="style1 style5">|</span> <a href="#" class="a" >Financial Process Outsourcing Services </a><span class="style1 style5">| </span><a href="#" class="a">Legal process Outsourcing services</a><br> <a href="#" class="a">Web designing and maintenance Services</a><span class="style1 style5"> | </span><a href="#" class="a">Data Indexing Services</a> <span class="style1 style5">|</span><a href="#" class="a"> Scanning Services </a><span class="style1 style5">| </span><a href="#" class="a">Digital media and prepress clipping services </a><br> <a href="#" class="a">Inbound and Outbound Call center Services</a> <span class="style1 style5">|</span><a href="#" class="a"> Product Outsourcing services</a><span class="style1 style5"> |</span><a href="#" class="a"> Knowledge process Outsourcing services </a><span class="style1 style5">|</span> <a href="#" class="a">Tourists Process outsourcing services </a><br> <a href="#" class="a">Other Tailormade Process outsourcing services</a><br> </p> </div></td> </tr> </table> <table width="963" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="19" align="center" valign="middle"><img src="images/botemtint_left.jpg" width="19" height="33"></td> <td width="928" align="center" valign="middle" background="images/botemtint_midil.jpg" class="Copyright">Copyright © Sai BPO Services Limited. All Rights Reserved Site Developed by Sai BPO Services Limited</td> <td width="8" align="right" valign="top"><img src="images/botemtint_right.jpg" width="15" height="33"></td> </tr> <tr> <td bgcolor="#355B73"> </td> <td bgcolor="#355B73"> </td> <td bgcolor="#355B73"> </td> </tr> </table> <map name="Map2"> <area shape="rect" coords="6,2,202,158" href="#" alt="24x7 LIVE CHAT"> </map> <map name="Map3"> <area shape="rect" coords="7,2,202,70" href="#" alt="PayPal"> </map> <map name="Map"> <area shape="rect" coords="4,63,161,83" href="#"> <area shape="rect" coords="4,85,188,110" href="#"> <area shape="rect" coords="5,116,183,141" href="#"> <area shape="rect" coords="5,146,156,176" href="#"> <area shape="rect" coords="4,177,176,194" href="#"> <area shape="rect" coords="3,196,147,208" href="#"> <area shape="rect" coords="3,212,181,228" href="#"> <area shape="rect" coords="2,229,153,242" href="#"> <area shape="rect" coords="4,40,177,63" href="#"> </map> </body> </html>
regi_01.aspx
Page URL
File URL
Prev 1/1 Next
Download
( 28 KB )
Note: The DriveHQ service banners will NOT be displayed if the file owner is a paid member.
Comments
Total ratings:
0
Average rating:
Not Rated
Would you like to comment?
Join DriveHQ
for a free account, or
Logon
if you are already a member.