Using Request.Form with master.pages

by Melih 25. March 2011 10:50
When you use post method to send data to a page usually you would use Request.Form("variable") However if you are using asp.net MasterPage for the form sending page your simple code will not work. Because in the serverside Control.UniqueID has been created for those items in the form automatically. ... [More]

Tags:

Knowledge Base

Stats.RemoveStats Unable to initalise Soap Components

by Melih 5. November 2010 07:21
When removing a domain from your HELM Control Panel you might see these error messages in your log file: --------------------------------------------------2004-07-30 16:35:09 Stats.RemoveStats Unable to initalise Soap Components2004-07-30 16:35:09 Stats.IStat_Execute Unable to initalise Soap Compone... [More]

Tags:

Knowledge Base

Can Privacy Protect be enabled on a .CA Domain Name?

by Cadianda Internet Services 21. October 2010 13:38
.CA domain names do not support our Privacy Protection feature. However, a .CA Registrant who has indicated that he/she is an Individual has the option to hide their Contact Details in the Whois Lookup results of their .CA domain name.       Register your .CA domain today!

Tags: ,

Domain Name Registration | FAQ

Is it possible to transfer or sell a .CA Domain?

by Cadianda Internet Services 21. October 2010 13:36
Yes, just like every other domain extension, it is possible for your Customer to transfer or sell a .CA Domain.         Register your .CA domain today!

Tags: ,

Domain Name Registration | FAQ

What is the term for which a Customer can buy a .CA Domain?

by Cadianda Internet Services 21. October 2010 13:35
A Customer can register a .CA Domain for anywhere between 1-10 years.

Tags:

Who is eligible to register a .CA Domain?

by Cadianda Internet Services 21. October 2010 13:30
.CA Domain Names are reserved for Canadian Organizations and Individuals. CIRA’s Canadian Presence Requirements categorize Registrants by a legal type according to which Registrants are deemed eligible to register a .CA Domain Name.The legal type categories are as follows: Canadian citizen ... [More]

Tags: ,

Domain Name Registration | Knowledge Base | FAQ

Why .CA Domain?

by Cadianda Internet Services 21. October 2010 13:29
Your .CA Domain Name is the best way to classify yourself or your organization as Canadian to users everywhere. With only 1.5 Million .CA Domain Names registered so far, you can easily get yourself a short generic Domain Name.     Register your .CA domain today!

Tags: , ,

Domain Forwarding | Knowledge Base | FAQ

What is .CA Domain?

by Cadianda Internet Services 21. October 2010 13:27
.CA is the ccTLD for Canada. It is a regional domain for companies, organizations, and individuals based in or having a target audience based in the region of Canada.       Register your .CA domain today!

Tags: , ,

Domain Name Registration | Knowledge Base | FAQ

Error 1001. The specified service has been marked for deletion

by Melih 27. September 2010 09:46
This is one of those error messages can cause hair loss... It happens when you try to install or uninstall a windows sercice. If you are developing a windows service you will defenitely meet this error message. If you check this on MSDN the solution will suggest you to reboot your system. Fortunatel... [More]

Tags:

Knowledge Base

Top 10 Records From XML With XSL in Secons

by Melih 14. August 2010 06:04
Exporting or importing data with XML can be difficult when there is an error.  If you tried to spot a specific record or try to get top n records from an XML file here is the code you need.   <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/... [More]

Tags:

Knowledge Base