Language of the Control Panel


langu

Is there is only english language in H-Sphere control panel or we can change the language of the control panel.
U can change the language of the control panel:

To change the language of the control panel:

1. Select Language in the User menu.
2. On the page that appears, select the preferred language from the drop-down box and click Submit

Click on the Link given below to More Details:
http://bit.ly/2bUXogH

Modify an XML File in ASP.Net


xmlaspnet

Is there any way to modify an XML file in ASP.net? Sure, look at the XmlDocument class (it is very helpful for modifying XML files).

Click on the Link given below to More Details:
http://bit.ly/2cE48BI

Namely all the .NET Framework XML classes include innovations that offer convenience, better performance, and a more familiar programming model etc. than the older industry standards such as DOM, XPath, XSD, and XSLT.

Asp Code for Footer Link


aspcode

Click on the Link given below to More Details:
http://bit.ly/2cvfHe9

I m newbie in ASP.I just wanted to add my main page link at the footer of every internal page of the site but couldnt understand the asp code and am stuck in it.
kindly help me

You will either have to edit every page, or put This include code at the bottom of every page.

Contents of Your Home Directory


homedirectory

I have register a web hosting account from cpwebhosting.net. What will be the Contents of my Home Directory.
Your home directory contains several default subdirectories.
There are a lot of subdirectories.Their number and names will differ depending on your plan, yet some of them are common for all plans.
Click on the Link given below to More Details:

Here are some of the directories that are automatically created and may not be deleted:

Directories that contain your sites. Each of your sites is put in a separate directory. The name of the directory is the same as your site’s domain name. If you have more than one site, you will have several such directories. These are the directories where you will upload your .html files or any other files that you want to make accessible from the Internet. Each of these directories may contain their own /webalizer or /modlogan directories. Do not delete either of these directories! Your site is too valuable to lose at a touch of a button.

The Logs directory. It contains directories for every site with transfer log enabled. Each such directory contains its own set of log files that are required to write and read the data about all visits to your sites. Deleting the Logs directory will cause the loss of the web statistics accumulated in the course of your site operation.

Reading Data From XL


readingjdata

I am reading data from XL and displaying on a web page and as the data is more i have to scroll the data upwards.

But how do I see column names always?
As the datascrolls up, by column names are also gone up but I need to keep them and scroll only other rows.

Please help me. have an absolutely positioned (css) div with the column names always placed at a TOP and LEFT position.

have something like frames, or JavaScript working there

Click on the Link given below to More Details:
http://bit.ly/2bUrf99

Not Allow More than a Specified Number of Submissions Per IP Address


spammer1

Click on the Link given below to More Details:
http://bit.ly/2bXu2of

I have a spammer attacking my ASP contact forms on my website. They’re just a really basic ASP form using CDO. My host suggested that I redesign the forms to not allow more than a specified number of submissions per IP address. Does anyone know how to do that?

Use an image captcha into your form. google “captcha”

Captcha is only effective if you’ve got spammers that are spamming your site programmatically, however. If you’ve got spammers that are going in and manually submitting your forms.

You should also check and see if the CAPTCHA has a counter to block x number of wrong submitted CAPTCHA inputs. And have a redirect to set to take them to a diffrent page when it is reached.

H-Sphere on One Compute to Another


If we install H-Sphere on one computer, can we later move all services to separate servers?
Yes, but it will require some downtime. Yet if you plan to grow rapidly (more than 3 servers in the next 3 months), it makes sense to start with 3.
Click on the Link given below to More Details:
http://bit.ly/2bSI9Vz
onecomputeanother

Prevent Backing Into a Site


testcode

How do you prevent a user who doesnt log off a site from backing into a site if they leave it. Say for example a person logs into http://www.cpwebhosting.net but they dont log off, they instead type other domain name into the browser. Once they are on other domain name they decide to hit the back button to get back to cpwebhosting.net, the actually logged in account. How do i prevent them from doing so, and if they try to back into the site it tells them to log on again? Is this possible? I need help, new to ASP.
Click on the Link given below to More Details:
http://bit.ly/2bSBN8Q

Access Web Controls From a Code-Behind Page?


webcontrols

http://bit.ly/2cjvUFM

How can I access web controls from a code-behind page?

In the general declaration for your code behind class, create a control variable with the same name as the id of the control in your .aspx file:

Public Class CodeBehind : Inherits Page

Public ItemsGrid As DataGrid

Protected Sub Page_Load(ByVal Sender As System.Object, ByVal e As System.EventArgs)
If Not IsPostback Then
ItemsGrid.DataSource = GetMyDataSource()

ItemsGrid.DataBind()
End If
End Sub

End Class

Create An E-mail Account


createmailaccount

http://bit.ly/2cfzDFL

In H-Sphere can the domain manager create an e-mail account for his employee?

Yes. The webmail interface is available outside the control panel, so the employee can independently go to the URL of the mail server and log straight into his email account.

Can I hide parts of control panel?

Some of the parts are hidden automatically, if a user does not have access to them. The rest can be hidden by template customization and menu customization.