Harshal
Harshal

Reputation: 21

How to store and retrieve mathematical expressions to/from SQL Server database?

How to store and retrieve mathematical expressions from SQL Server database? I am copying these formulas from ms word and using rich textbox in winforms in c# code to store it from where I want to push those in SQL Server database and pull it back to show in ASP.NET web application. Any thoughts???

Upvotes: 0

Views: 1338

Answers (1)

Harshal
Harshal

Reputation: 21

well this was long pending post and I almost forgot to put in the answer. It was simple I used RichTextBox and its .Rtf property to achieve this.

Upvotes: 2

Related Questions