Wednesday, 13 April 2016

Li Html Tag Styling By Css3 With Dynamic Circular Item Count In Asp.Net In Asp.Net

4/13/2016 - By Pranav Singh 0

This article will show you how you can create a stylish list of item with circular item count. In this we will use css3 to show <li> tag in an stylish way in your asp.net application using css3.

So for this article first we will create a new asp.net application and add the below style sheet reference into the header of the page.


<link href="Css/style.css" rel="stylesheet" type="text/css" />


Now add the <li>  tag to make it stylish

<div class="numberlist">
        <ol>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/jquery-datetime-picker-calendar-with.html">jQuery DateTime Picker Calendar With Plush & Minush Date Changer In Asp.Net</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/sign-up-form-for-newsletter-in-aspnet.html">Sign Up Form For Newsletter In Asp.Net Using C# and Css3</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/fixed-header-web-page-using-css3.html">Fixed Header Web Page Using CSS3 Without jQuery In Asp.Net MVC</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/countdown-to-show-under-construction.html">CountDown To Show Under Construction Page Using jQuery In Asp.Net MVC</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/03/bootstrap-style-dynamic-jquery.html">Bootstrap Style Dynamic jQuery Dropdowns Menu Using Asp.Net MVC In C#.Net</a></li>
           
        </ol>
</div>


In above code css class numberlist is responsible making a beautiful stylish list with circular image record number dynamically. 

Here is the complete code of the page.

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Li Html Tag Styling By Css3 With Dynamic Circular Item Count In Asp.Net In Asp.Net
    </title>
    <link href="Css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div class="numberlist">
        <ol>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/jquery-datetime-picker-calendar-with.html">
                jQuery DateTime Picker Calendar With Plush & Minush Date Changer In Asp.Net</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/sign-up-form-for-newsletter-in-aspnet.html">
                Sign Up Form For Newsletter In Asp.Net Using C# and Css3</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/fixed-header-web-page-using-css3.html">
                Fixed Header Web Page Using CSS3 Without jQuery In Asp.Net MVC</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/04/countdown-to-show-under-construction.html">
                CountDown To Show Under Construction Page Using jQuery In Asp.Net MVC</a></li>
            <li><a href="http://www.aspdotnet-pools.com/2016/03/bootstrap-style-dynamic-jquery.html">
                Bootstrap Style Dynamic jQuery Dropdowns Menu Using Asp.Net MVC In C#.Net</a></li>
        </ol>
    </div>
    </form>
</body>
</html>

Now we have done 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