Add insert update delete using entity framework database first in asp net-a step by step example

This asp .net tutorial will explains about how to add insert update delete using entity framework database first in asp net-a step by step example. We will follow step by step process from creating database, generating entities and then we will perform insert, update and delete operations using entity framework

Style GridView and Pager with custom css in simple steps

In this article we will see how to style GridView and associated pager with custom CSS. Most of times we developers receive website designs in the form of HTML and CSS. It is very challenging, complicated and time consuming task to make Gridview looks similar to the HTML design we are working on. Here I will demonstrate that how I have come over with this problem and made GridView Styling very easy.

Change Repeater row background color on mouse hover in Asp .net

 In this article we will see how to create Repeater mouse over effect to change row background color of repeater rows when we scroll mouse over the rows.

My other posts related to repeater controls:

1)  Dynamic ordered list using repeater 
2)  Repeater edit, update, delete using ADO .Net

ListView Edit,Update,Delete in Asp .net using Ado .net

In this article we will see how to insert data, Display data in ListView control, create edit and delete functionality in ListView control using ado .net. ListView is very similar to Repeater control excepts it has paging option by using DataPager. By default it does not have its own default view which gives us great flexibility to design and apply custom CSS.

Dynamic Ordered list using Repeater in Asp .Net

  In this article we will see how to create dynamic Ordered list using repeater and datatable (You can also use database).With this technique we can also easily create dynamic menus in asp .net. Ordered lists use <ol></ol> and <li></li> tags to create Ordered lists so we will use same tags within repeater to create our Ordered list.

Repeater Edit,Update,Delete using entity framework in Asp .net

 This post will explains how to insert data,Display data in Repeater control, create edit and delete functionality in repeater control using Entity Framework.

 
Repeater is one of my favorite databound controls to display repeated data. It allows you to do lots of design customizations.
You can create Tables,Unorderd lists, Ordered lists, anchor tags, database based menus, Image galleries etc. using repeater control.

Repeater Edit,Update,Delete in Asp .net using Ado .net

This post will explains how to insert data,Display data in Repeater control, create edit and delete functionality in repeater control using ado .net.

Repeater is one of my favorite databound controls to display repeated data. It allows you to do lots of design customizations.
You can create Tables,Unorderd lists, Ordered lists, anchor tags, database based menus, Image galleries etc. using repeater control.

How to set row background color or apply Css to databound control's like Gridview, Repeater, Listview etc row depending on some condition.

Some time we want to set different background color or apply diffrent CSS to rows of our databound controls like Repeater,  Gridview etc. programmatically depending upon some condition. Here I'll show how ho to do that.


About Us | Terms of Use | Privacy Policy | Disclaimer | Contact Us Copyright © 2012-2024 CodingFusion
50+ C# Programs for beginners to practice