Você está na página 1de 3

3/6/2014

Fetch, Read, Write, and Store by HINDI Language in ASP.NET

In Focus

CONGRATULATIONS: January 2014 Month Winners Announced

Ask a Question
TECHNOLOGIES ANSWERS BLOGS VIDEOS INTERVIEWS BOOKS LINKS NEWS CHAPTERS CAREER ADVICE

Contribute

Satya Nadella is the Right Boss For This Era ...

C# Corner Search

PREMIUM SPONSORS

ARTICLE
300 287

Fetch, Read, Write, and Store by HINDI Language in ASP.NET


Posted by Prabhakar Parihar in Articles | ASP.NET Programming on April 04, 2011 Tags: and Store by HINDI Language in ASP.NET, and Store in asp.net, Fetch, HINDI Language in ASP.NET, Hindi Read in ASP.NET, Hindi Storein ASP.NET, Hindi Writein ASP.NET, Read, Write In this article I am trying to fetch, read, write and store data in the HINDI Language.

C# Corner Annual Conference 2014


C# Corner ANNUAL CONFERENCE is a 3 day annual meeting where C# Corner MVPs, authors, chapter leaders, moderators, editors and experts meet, demonstrate, plan and hang out. One day of the conference is open to C# Corner members.

Tw eet

Share

11228

Reader Level:

Access Denied
In this article I am trying to fetch, read, write and store data in the HINDI Language. In this article I am showing how to change your required language to Hindi Translation, English, Hindi (Devlys001), or other language change by pressing right side Alt + Shift button both ..... The first step is to download HINID Indic IME 1 V 5.0

Dear user, The website you are trying to access is blo Information Security Policy. Only HAL Mail is allowed.

TRENDING UP
Satya Nadella is the Right Boss For This Era of Microsoft Top 5 Developer Technology Trends For 2014 Analytics Reports Using PerformancePoint Services in SharePoint 2013 Client-Side Template in ASP.Net (Web Form / MVC) With Mustache.js Metro Style Scientific Calculator Create Your First MVC Application Using Sencha Touch Creating Login Or Signin Page Using .NET Framework LINQ To SQL Firstly do this task . . download the Unicode generator software HINID Indic IME 1 V 5.0 then install this software on your PC . . not difficult to do .. installed in your PC . . then start ASP.NET. In SQL In SQL create a table with required data entry. And since you want to add Hindi in a column the data type should be NVARCHAR. The columns NAME, Father Name, Address and City are NVARCHAR data type. In aspx page In the aspx page, draw a textbox and button control. Then write the following code for saving the data to a SQL Database. Write this code for the button's Click event: protected void btnSubmit_Click(object sender, EventArgs e) { localclass1.myconnection(); string sql = "insert into hindi (name,Fathername,address,city,phone)values(N'" + TextBox1.Text + "',N'" + TextBox2.Text + "',N'" + TextBox3.Text + "',N'" + TextBox4.Text + "',N'" + TextBox5.Text + "')"; cmd = new SqlCommand(sql, localclass1.mycon); int res; res = cmd.ExecuteNonQuery(); GridView1.DataBind(); } Simplest Web Browser For Windows Store How to Add AlertDialog in Android

View All

MOST LIKED ARTICLE


WCF Introduction and Contracts - Day 1 Create SSRS Report Using Report Wizard Factory Design Pattern How to Generate a CREATE TABLE Script For an Existing Table: Part 1 CREATE READ UPDATE and DELETE - CRUD Operation Using LINQ to SQL
Follow @csharpcorner

Tags
.NET 3.0 .NET tutorial ASP.NET 3.5 asp.net controls asp.net tutorials C# tutorials ASP.NET Web Application GridView Control learn .net Microsoft

client side

HTTP response learn ajax

HttpWebRequest machine.config

login

http://www.c-sharpcorner.com/uploadfile/eb5fab/fetch-read-write-and-store-by-hindi-language-in-Asp-Net/

1/3

3/6/2014

Fetch, Read, Write, and Store by HINDI Language in ASP.NET


Page_Load Project Session Management in Asp.net Validation in ASP.Net website

Since the insert query has Unicode data, character data needs to be prefixed with an N like this .... N'"+ TextBox4.Text +"' .... to support saving Unicode to Nvarchar data type. Many Language Types Can Be Used There are many options to use many languages; change in setting by clicking right side Alt + Shift button. A Hindi keyboard option can be generated using Right Side then you choosing a language, such as Hindi transliteration, Hindi Remington, Hindi Typewriter, Hinidi Inscript, Hindi Web Duniya KeyBoard, Hindi Anglo Nagri. Change the language as you require . . and enjoy this code.

ssl certificate VS 2008

Validation

Web controls

SPONSORED BY
C# Corner Annual Conference 2014
C# Corner ANNUAL CONFERENCE is a 3 day annual meeting where C# Corner MVPs, authors, chapter leaders, moderators, editors and experts meet, demonstrate, plan and hang out. One day of the conference is open to C# Corner members. REGISTER NOW >>

Access Denied

Dear user, The website you are trying to access is blo Information Security Policy. Only HAL Mail is allowed.

WHITEPAPERS AND BOOKS


Silverlight Application Development with C# and XAML Conclusion With this code I am trying to solve the HINDI language problem short out. Many times we want to use the Hindi language in a application but we don't know an easy way to do this, but with this code using the Hindi language will be easy in applicationa & databases . . Enjoy it..... C# Language Specification 5.0 Guide to Microsoft Enterprise Library Programming ASP.NET MVC 5 SQL Server 2012 Functions Recipes LINQ Quick Reference with C# Hands on ASP.NET GridView Essential WCF Practical Implementation Exploring Design Pattern for Dummies Object Oriented Programming Using C#

THIS FEATURE IS SPONSORED BY

C# Corner ANNUAL CONFERENCE i s a 3 da y a nnua l meeti ng where C# Corner MVPs , a uthors , cha pter l ea ders , modera tors , edi tors a nd experts meet, demons tra te, pl a n a nd ha ng out. One da y of the conference i s open to C# Corner members . REGISTER NOW >>

Configuration Settings for an ASP.Net Application

Tags: .net, asp.net, ASP.Net Application, C#, Configuration Settings for an ASP.Net Application, VS 2010, Web.config, how to use Configuration Settings for ASP.Net

Tags: merge all notepad files DATA in . aspx page, merge all notepad files DATA in .aspx page, read all notepad file, Read All Notepad Files in ASPX Page

Read All Text Files in a Folder and Merge Into an aspx Page

View All
POLL RESULT ALL POLLS

Your Next Job

What would excite you the most in your next Job? Challenging Work Cutting-Edge Technology Long Term Project Better Salary Work with Industry Experts
Vote

RELATED ARTICLES
Reading and Writing XML in C# FileStream : Read or Write Data Streams Fetch Data From GridView and Store into DataTable Silverlight in ASP.Net MVC Framework Reading and Wtiting XML Documents Reading and Writing File in Windows 8 Apps Using C# Reading and Writing to the Registry Good Practices to Write Stored Procedures in SQL Server Getting CD/DVD Drive capabilities using WMI and C# Read and write the text file using vb.net

COMMENTS

6 of 6

Mayur Gujrathi what do you mean by this "In sql create a table with required data entry. And u want to add hindi in column so such data type NVARCHAR . must be NAME, Father Name, Address, City, are NVARCHAR data type"
0 Li ke 0 Repl y

Apr 04, 2011

Suthish Nair Store by HINDI? How the data getting saved, in which language Hindi or English? You didn't explained how the third party tool works with .Net?
0 Li ke 0 Repl y

Apr 04, 2011

Krishna Garad What about client they complusary install that third party tool or no need to install?
0 Li ke 0 Repl y

Apr 05, 2011

http://www.c-sharpcorner.com/uploadfile/eb5fab/fetch-read-write-and-store-by-hindi-language-in-Asp-Net/

2/3

3/6/2014

Fetch, Read, Write, and Store by HINDI Language in ASP.NET


Krishna Garad From Where we can download this hindi indic any link please.
0 Li ke 0 Repl y

Apr 26, 2011

MUJI GOPINATH Thanks for excellent post on hindi could you post the same with oracle 9i as backend and rest of example is same. thanks in advance
0 Li ke 0 Repl y

Mar 27, 2012

vijay very nice , can you send completed code


0 Li ke 0 Repl y

Feb 21, 2013

Type your comment here a nd pres s Enter Key....

COMMENT USING
MVPs MOST VIEWED LEGENDS NOW PRIZES AWARDS REVIEWS SURVEY CERTIFICATIONS DOWNLOADS

Hosted By CBeyond Cloud Services

PHOTOS

TIPS

CONSULTING

TRAINING

STUDENTS

MEMBERS

MEDIA KIT

SUGGEST AN IDEA

PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE

2014 C# Corner. All contents are copyright of their authors.

http://www.c-sharpcorner.com/uploadfile/eb5fab/fetch-read-write-and-store-by-hindi-language-in-Asp-Net/

3/3

Você também pode gostar