How to show the hindi records through ms sql database
-
Hi All, I am want to show records in hindi which is retrieve the data from ms sql database through repeater controls as user controls.Kindly request you to please give me a response as soon as possible. Thanks. Raghav
-
Hi All, I am want to show records in hindi which is retrieve the data from ms sql database through repeater controls as user controls.Kindly request you to please give me a response as soon as possible. Thanks. Raghav
This is not related to DB. If your problem is storing Hindi text following is the answer: Use a nVarchar or nText column and store data using
N"Hindi text here"
. Your DB server should have unicode Hindi font to view it. If your problem is displaying it in Repeater, try ASP.Net forum."Your code will never work, Luc's always will.", Richard MacCutchan[^]
-
This is not related to DB. If your problem is storing Hindi text following is the answer: Use a nVarchar or nText column and store data using
N"Hindi text here"
. Your DB server should have unicode Hindi font to view it. If your problem is displaying it in Repeater, try ASP.Net forum."Your code will never work, Luc's always will.", Richard MacCutchan[^]
-
Good answer, my 5 :)
The need to optimize rises from a bad design.My articles[^]