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?
..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?