Friday, 5 May 2017

Spellcheck Check In Textarea Without Using jQuery/JavaScript

5/05/2017 - By Pranav Singh 0

This article will show you how you can perform spell check in asp.net without using jQuery or JavaScript. In this I will user HTML5 spellcheck validation attribute. So have a look of the code.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SpellCheck.aspx.cs" Inherits="WebApplication1.SpellCheck" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Spellcheck Check In Textarea Without Using jQuery/JavaScript</title>
</head>
<body>
    <form id="form1" runat="server">
        <div>
            <textarea rows="10" cols="20" spellcheck="true"></textarea>
        </div>
    </form>
</body>
</html>

Please check the highlighted part of the code. This attribute is used for spell check. Now we have done. Just run the application to check the output.




Tags: ,
About the Author

We are the group of people who are expertise in different Microsoft technology like Asp.Net,MVC,C#.Net,VB.Net,Windows Application,WPF,jQuery,Javascript,HTML. This blog is designed to share the knowledge.

Get Updates

Subscribe to our e-mail newsletter to receive updates.

Share This Post

0 comments:

Please let me know your view

Free Ebooks


About Us

We are the group of people who are expertise in different Microsoft technology like Asp.Net,MVC,C#.Net,VB.Net,Windows Application,WPF,jQuery,Javascript,HTML. This blog is designed to share the knowledge.

Contact Us

For writing article in this website please send request by your

GMAIL ID: dotnetpools@gmail.com

Bugs and Suggestions

As we all know that this website is for sharing knowledge and providing proper solution. So while reading the article is you find any bug or if you have any suggestion please mail us at contact@aspdotnet-pools.com.

Partners


Global Classified : Connectseekers.com
© 2014 aspdotnet-pools.com Designed by Bloggertheme9.
back to top