Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I am developing Quiz Application in c# using Oracle as Backend.

I need to add some Trignometric/Derivatives or Formulas as options for the Question.
How can i Type in Textbox and also store in Oracle?


Prathamesh
Posted
Comments
Wendelius 31-Dec-11 4:01am    
Is the problem creating the formulas in Oracle?
prathameshpitale 31-Dec-11 4:14am    
I dont know how to type the Symbols such as Derivative or infinte or Lambda and many more.
I dont think textbox support it. Can you give any Idea ?
Amir Mahfoozi 31-Dec-11 5:09am    
Is that a webbased application or a windows one?

What if you use RichTextBox[^]. In those parts where you need mathematical symbols, use proper font (for example symbol)
 
Share this answer
 
If you have a windows application use this one :
http://othercontrols.com/en/products/mathexpressioneditorlight/example-1-save-mathematical-expression-as-image-file/[^]
However it is not free.

If you have a web application here is a good choice :
http://www.codecogs.com/latex/embedded.php[^]

I don't think you have a problem in storing data because your problem is how to show or get a mathematical formula to or from the user.

Hope it helps.
 
Share this answer
 
Comments
RaviRanjanKr 31-Dec-11 9:53am    
My 5+
Amir Mahfoozi 31-Dec-11 13:56pm    
Thanks Ravi :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900