Go to DotNetFunda.com
 Welcome, Guest!  
LoginLogin  
Expose your profile for FREE in Xpose
Submit: Article | Interview Question | Code | Question | Xpose | Joke | Link || Search  
 Skip Navigation Links Home > Articles > Inserting, Updating, Deleting and Paging records using ListView controls

All Articles | Post Articles |  Subscribe to RSS

Inserting, Updating, Deleting and Paging records using ListView controls

 Download source file
 Posted on: 1/17/2008 12:53:55 AM by SheoNarayan | Views: 3909 | Category: ASP.NET | Level: Beginner | Print Article
ASP.NET 3.5 Hosting and MS SQL 2008!
ListView control is a new control added into ASP.NET 3.5. It enables you to display data in a format specified by you using templates and styles. It is useful for data in any repeating structure just like DataList and Repeater controls. However, unlike those controls ListView control enable you to edit, insert, delete, sort, paginate data without any extra effort.

Advertisement

Showcase
Are you an employee, employer or a service provider? Showcase your profile in Xpose section to get better opportunity.

In this article, I am going to explain a basic way to work with ListView control. After going through this article, you will be able to add, edit, and delete records using ListView control. In this article I am going to use LinqDataSource (Learn how to work with LinqDataSource control in details http://dotnetfunda.com/tutorials/tutorial39.aspx ) as the data source of the ListView.

I assume that you have created LINQ to SQL classes by going through http://dotnetfunda.com/tutorials/tutorial39.aspx article. Now let’s start working with ListView control.



First create a new .aspx page and go to design view. Go to Data tab of the Toolbox and drag ListView control to your page. Now again go to the Data tab and drag LinqDataSource control to the page. Now configure the LinqDataSource control as described in http://dotnetfunda.com/tutorials/tutorial39.aspx article. Make sure that you have selected Enable Delete, Enable Insert and Enable Update checkbox from the smart tag of the LinqDataSource control as displayed in the picture below.



Now open the smart tag of the ListView control and choose the Data Source as the LinqDataSource as displayed in the picture below.


Now click on Configure ListView … from the smart tag of the Listview. Select Tiled from Layout, Professional from Style and Enable Editing, Enable Inserting, Enable Deleting and Enable Paging from the Options as displayed in the picture below. In the Enable Paging dropdown you may select Next/Previous pager or Numeric pager.



Now Save your files and press F5 to run. You should see an Insert form in your browsers. Just enter few records, try editing, deleting records. Once the number of records will exceed the PageSize of the DataPagers (that will be automatically inserted into ListView when you will select Enable Paging from the Configure ListView dialogue box) First, Previous, Next and Last button at the bottom will be enabled automatically.



You should see ListView something like above picture in your browser provided you have inserted the same records as I do :).

Hope you enjoyed playing with ListView and LinqDataSource control. Do let me know if you have any comments or suggestions. Thanks and Happy Coding !!!

Interesting?  Bookmark and Share kick it on DotNetKicks.com


About Sheo Narayan

Experience:6 year(s)
Home page:http://sheonarayan.myfunda.net/
Member since:Tuesday, July 08, 2008
Biography:Throughout 1st in all educational exams.
Major qualifications: HDCS, ADCA, MCA, MCTS
Location: Hyderabad, India
 Latest post(s) from SheoNarayan

   ◘ Consuming ASP.NET Web Service in Silverlight posted on 1/5/2009 3:56:01 AM
   ◘ How to work with multiple xaml file in a single Silverlight application posted on 1/5/2009 12:13:48 AM
   ◘ Before sending an official email posted on 12/29/2008 11:04:19 PM
   ◘ Creating dynamic image from text posted on 12/21/2008 6:12:05 AM
   ◘ Classes in C# posted on 11/18/2008 7:44:13 PM




About Us | Contact Us | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
All rights reserved to DotNetFunda.Com. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
(Best viewed in IE 6.0+ or Firefox 2.0+ at 1024 * 768 or higher)