Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
3.75/5 (5 votes)
See more:
How to write code to create a dynamic formula builder and how to map formula's variable with field values(TextBoxes, Dropdown etc.). I also want to save this formula in database for further use.

Any help would be appreciable.

Thanks in advance.
Posted
Updated 15-Sep-11 0:39am
v2

You might have get your answer from here [^]
 
Share this answer
 
Comments
Md. Rashim Uddin 15-Sep-11 6:57am    
If it helps and solves your problem please mark it as answer.
mohan1345 14-Aug-13 1:31am    
How to write code to create a dynamic formula builder and how to map formula's variable with field values(TextBoxes, Dropdown etc.). I also want to save this formula in database for further use.
You'd want to use Flee (Fast Lightweight Expression Evaluator[^]). There is also an article here on CP[^] about this marvelous piece of software. The library was developed in VB.NET, but can be used (as usual) also with C# (or any other .NET language for all that matters).

Best Regards,

—MRB
 
Share this answer
 
v2
Comments
mohan1345 14-Aug-13 1:31am    
How to write code to create a dynamic formula builder and how to map formula's variable with field values(TextBoxes, Dropdown etc.). I also want to save this formula in database for further use.

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