Click here to Skip to main content
15,886,788 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net Pin
Sandeep Mewara15-Feb-13 10:07
mveSandeep Mewara15-Feb-13 10:07 
Questionasp.net Pin
Member 983745515-Feb-13 0:47
Member 983745515-Feb-13 0:47 
AnswerRe: asp.net Pin
Marco Bertschi15-Feb-13 2:41
protectorMarco Bertschi15-Feb-13 2:41 
Questionfileupload control Pin
Member 870181314-Feb-13 20:58
Member 870181314-Feb-13 20:58 
AnswerRe: fileupload control Pin
Sandeep Mewara15-Feb-13 10:09
mveSandeep Mewara15-Feb-13 10:09 
Questionhow to check the given string language weather it is marathi hindi or any other Pin
jalbaji13-Feb-13 8:57
professionaljalbaji13-Feb-13 8:57 
AnswerRe: how to check the given string language weather it is marathi hindi or any other Pin
Richard Deeming13-Feb-13 9:44
mveRichard Deeming13-Feb-13 9:44 
AnswerRe: how to check the given string language weather it is marathi hindi or any other Pin
N a v a n e e t h13-Feb-13 19:14
N a v a n e e t h13-Feb-13 19:14 
jalbaji wrote:
weather it is marathi hindi or any other
AFAIK, Marathi uses same script as Hindi. In that you can't easily tell which language is used.

Easier way to detect language if your text is written using Unicode is by checking the character range. If the character range is in between the range for Hindi, you can assume it is Hindi. But you need to scan till the end and if all the characters are in Hindi, the word is written in Hindi. Your algorithm should also consider zero-width joiner and non joiners (ZWJ & ZWNJ) while scanning the input. I have done an implementation of language detection. You can find code here[^]. It is written in C but the concepts are same for any language.
Best wishes,
Navaneeth

Questionvbscript question.. Pin
buffering8313-Feb-13 0:48
buffering8313-Feb-13 0:48 
QuestionSelect only 1 checbox in a checkbox list Pin
berba12-Feb-13 23:21
berba12-Feb-13 23:21 
AnswerRe: Select only 1 checbox in a checkbox list Pin
Sandeep Mewara13-Feb-13 0:03
mveSandeep Mewara13-Feb-13 0:03 
AnswerRe: Select only 1 checbox in a checkbox list Pin
Shameel13-Feb-13 3:26
professionalShameel13-Feb-13 3:26 
Questionvbscript don't work in visual studio 2010? Pin
buffering8312-Feb-13 21:42
buffering8312-Feb-13 21:42 
AnswerRe: vbscript don't work in visual studio 2010? Pin
Garth J Lancaster12-Feb-13 21:58
professionalGarth J Lancaster12-Feb-13 21:58 
AnswerRe: vbscript don't work in visual studio 2010? Pin
Srilatha040612-Feb-13 23:10
Srilatha040612-Feb-13 23:10 
GeneralRe: vbscript don't work in visual studio 2010? Pin
buffering8313-Feb-13 0:46
buffering8313-Feb-13 0:46 
AnswerRe: vbscript don't work in visual studio 2010? Pin
Sandeep Mewara13-Feb-13 0:20
mveSandeep Mewara13-Feb-13 0:20 
QuestionSignature not working in web browser(VB.NET) Pin
Sugu.s12-Feb-13 21:04
Sugu.s12-Feb-13 21:04 
AnswerRe: Signature not working in web browser(VB.NET) Pin
N a v a n e e t h12-Feb-13 22:24
N a v a n e e t h12-Feb-13 22:24 
GeneralRe: Signature not working in web browser(VB.NET) Pin
Sugu.s12-Feb-13 23:44
Sugu.s12-Feb-13 23:44 
GeneralRe: Signature not working in web browser(VB.NET) Pin
Satish Kumar Trivedi16-Jul-15 4:13
Satish Kumar Trivedi16-Jul-15 4:13 
AnswerRe: Signature not working in web browser(VB.NET) Pin
LGandhi20-Aug-14 6:57
LGandhi20-Aug-14 6:57 
Questionimplementing comment box facility in web pages Pin
abhi_ban12-Feb-13 8:12
abhi_ban12-Feb-13 8:12 
AnswerRe: implementing comment box facility in web pages Pin
Catalin Hatmanu12-Feb-13 11:03
Catalin Hatmanu12-Feb-13 11:03 
Questionhow to set ASP.NET_sessionId cookie as HTTPOnly Pin
smehta.er12-Feb-13 6:35
smehta.er12-Feb-13 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.