How to get Equation from word document using asp.net [closed]
How to get Equation from word document using asp.net [closed]
Doesn't work Equation from word document using asp.net . pls hlp me ...
This is my Equation in word document
C=5sqrt aleft(x+aright)^n=sum_{k=0}^{n}{binom{n}{k}x^ka^{n-k}}
and this is my code :
_dtRow["OPTNA"] =( tableRow.Cells[i + 1].Range.Text.Replace("ra", "").Trim());
but I could not get equation properly.
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
Hi, Please read Minimal, Complete, and Verifiable example before asking question
– Prany
Jul 3 at 6:25