[Solved] How to dynamically add SuperScript to number in ASP.NET/C# ? [closed]
[ad_1] Using the <sup> tag is the correct way to markup these values. this i want to do dynamically in asp.net c# If you have some knowledge of the locale, you could automatically add <sup> tags to text. Matching // this should go in a helper class // Obviously this depends on locale. The regex … Read more