nu be needs some help

C

CSharpguy

I took over an app from a developer that converted over an asp/vb6 app to C#
..NET and I'm noticing he missed converting over somethings, so
my question is, can someone point me to some examples of OWC using the excel
control so my page shows data like it does in excel, and question #2, to
populate the OWC excel control he's calling a stored procedure and then he
creates a dataset from that, now the data from the stored procedure has HTML
tags in it, example like <b>BMW</b> and <i>sold</i> so my question is how can
I get BMW to be in bold in my control and sold as italics?
 
A

Alvin Bruney - ASP.NET MVP

If you care to google, you will find scripts in here. Scripts are also
available in the OWC toolpack on the microsoft office website.
Unfortunately, the OWC controls do not respond to style customizations.

--
Warm Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
 
C

CSharpguy

I googled, and the only thing I was able to find was stuff on charts and some
calculators. I need information on using the excel on my form so my form
looks like excel. The former developer has this same exact thing working in
ASP, so why will it not work on a asp.net web form?
Its the same control, same version and everything.

Alvin Bruney - ASP.NET MVP said:
If you care to google, you will find scripts in here. Scripts are also
available in the OWC toolpack on the microsoft office website.
Unfortunately, the OWC controls do not respond to style customizations.

--
Warm Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley 2006
Blog: http://msmvps.com/blogs/Alvin/
-------------------------------------------------------



CSharpguy said:
I took over an app from a developer that converted over an asp/vb6 app to C#
.NET and I'm noticing he missed converting over somethings, so
my question is, can someone point me to some examples of OWC using the excel
control so my page shows data like it does in excel, and question #2, to
populate the OWC excel control he's calling a stored procedure and then he
creates a dataset from that, now the data from the stored procedure has HTML
tags in it, example like <b>BMW</b> and <i>sold</i> so my question is how can
I get BMW to be in bold in my control and sold as italics?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top