how can i save a unicode character in its original form in the ms sql(for eg. malayalam letters should be save in db as malayalam not english form)
1 Answer, 1 is accepted
0
Marin Bratanov
Telerik team
answered on 23 May 2012, 04:21 PM
Hi,
The way you store data in the database is not directly related to the RadControls and is considered general knowledge. Usually special symbols are stored in database fields that support such symbols, e.g. the nvarchar type (note the "n" before the varchar). More information and samples are freely available in the net, e.g. in this google search.
Greetings,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.