Click here to Skip to main content
15,906,106 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
using Gridview I have to Show Name in title case or proper case
asp.net with C#

Or Tell me to do it on sqlserver
where is it easier??

Any built in Function In C# or sqlserver 2005
Posted

You can easily write a function to walk a string and build a new one that is properly cased. I'd do it in ASP.NET, probably in the class that holds your data entities.
 
Share this answer
 
Here[^] is an article which includes a 'Proper' function for SQLServer.

Hope it helps. :)
 
Share this answer
 
hello,

this link might help

Proper case

Thanks & Regards
Radix
 
Share this answer
 

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