Mathematical notation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akarshraj
    New Member
    • Mar 2008
    • 1

    Mathematical notation

    How to Type mathematical notation in any Editor which is used in ASP.NET 2.0.?
    Actually i want to store Mathematical questions in database, as integration sign,diff. singn, limit sign , how to writr it in any controls box...
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by akarshraj
    How to Type mathematical notation in any Editor which is used in ASP.NET 2.0.?
    Actually i want to store Mathematical questions in database, as integration sign,diff. singn, limit sign , how to writr it in any controls box...
    what is your database???

    Comment

    • kenobewan
      Recognized Expert Specialist
      • Dec 2006
      • 4871

      #3
      Originally posted by akarshraj
      How to Type mathematical notation in any Editor which is used in ASP.NET 2.0.?
      Actually i want to store Mathematical questions in database, as integration sign,diff. singn, limit sign , how to writr it in any controls box...
      If you are using sql server, you may choose to save them as nvarchar.

      Comment

      • dip_developer
        Recognized Expert Contributor
        • Aug 2006
        • 648

        #4
        Originally posted by akarshraj
        How to Type mathematical notation in any Editor which is used in ASP.NET 2.0.?
        Actually i want to store Mathematical questions in database, as integration sign,diff. singn, limit sign , how to writr it in any controls box...
        see this link........... .

        Comment

        Working...