Display fraction with numerator/denominator with empty fields for users to enter text

Posted by Anil on Stack Overflow See other posts from Stack Overflow or by Anil
Published on 2010-06-03T04:18:43Z Indexed on 2010/06/03 4:24 UTC
Read the original article Hit count: 231

Filed under:

Hi all

I have a scenario in which I need to design online keyboard with buttons implementing different mathematical functions in ASP.NET. For example 1) A button called "Fraction" Onclicking=> should display A numerator and a denominator separated by '-' with empty fields. Just as we write fractions manually. Now when the user clicks on this button the cursor should focus on numerator displaying 'the division line' and then by pressing 'Down' arrow key(on computr keyboard) should focus on denominator allowing users to enter both fields. Keeping it simple the user should be able to toggle between numerator and denominator.

Please help me with some sample code. I have got no idea.

Thanks in advance

© Stack Overflow or respective owner

Related posts about asp.net-3.5