Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Thu Oct 12, 2017 2:20 pm

Hi
I have two questions.

I signed up with you from my company email. But i haven't received activation email.Because Our company bought spire.doc professional from you.


Also important thing why Spire DOC property interfering with asp.net controls

when i try to use gridview tablecell. it will show its spire.doc tablecell

also when i use textbox it will show spire.doc.fields ?

why is that.. I got error coming with my asp.net components.. If i remove your imports.spire.doc then it works fine. But i want both spire.doc and also my asp.net controls in same page.

Regards
Manish

mvadukul21621
 
Posts: 21
Joined: Thu Mar 29, 2012 7:52 pm

Fri Oct 13, 2017 2:09 am

Hello,

Thanks for your inquiry.
For issue one, could you please tell us the email address that you used for registration? Then we will check the status and activate it for you.
For issue two, sorry for the inconveniece caused by the naming conflicts. To avoid it, you could declare the full namespace like below.
Code: Select all
  Spire.Doc.Fields.TextBox spireBox = new Spire.Doc.Fields.TextBox(doc);
  System.Web.UI.WebControls.TextBox webBox = new System.Web.UI.WebControls.TextBox();


Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Mon Oct 16, 2017 8:41 am


mvadukul21621
 
Posts: 21
Joined: Thu Mar 29, 2012 7:52 pm

Mon Oct 16, 2017 9:28 am

Hello,

Thanks for your reply.
We have just activated the account.
Please feel free to contact us if you need any assitance.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Wed Oct 18, 2017 6:57 am

Hi Manishi,

Greetings from e-iceblue.
Has your issue been resolved?
Thanks in advance for your valuable feedback and time.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Return to Spire.Doc