Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label sorting. Show all posts
Showing posts with label sorting. Show all posts

Asp.Net Repeater with Paging and Sorting Example in C#, VB.NET

Jul 1, 2016 0 comments
Introduction

Here I will explain how to implement paging and sorting in repeater control in
asp.net using c#, vb.net with example or asp.net repeater control with paging and sorting in c#, vb.net with example or asp.net repeater paging with numbers and sort columns with example in c#, vb.net. To implement paging and sorting in asp.net repeater control we need to write custom logic because we don’t have any properties available for enabling pagination and sorting for repeater control.

Description:
  
In previous articles I explained asp.net repeater with paging example,
Repeater Control Example in asp.net, sort columns in repeater control in asp.net, jQuery load more data in repeater on button click in asp.net, asp.net scrollable repeater with fixed header, use of using statement in c# and many articles relating to asp.net, css, c#, vb.net and jQuery. Now I will explain how to implement paging and sorting in repeater control in asp.net using c#, vb.net with example.

Sort Asp.net Gridview Columns with Dropdownlist Selection in C# using Order By in SQL Server

Mar 2, 2015 6 comments
Introduction:

Here I will explain how to sort gridview columns based on dropdownlist selection in asp.net using Order By clause in SQL Server. Whenever we are trying to sort a gridview or Repeater through the dropdownlist we used to add either switch case or if else condition. So there will be too many conditions as the list of the dropdownlist increases and every time you have to change in code behind (adding conditions or delete conditions). While doing one of my projects I found its solutions myself and going to share with you.

Description:

Previously we have discussed about Sorting Columns in Repeater Control in Asp.net using C#, How to show the up and down arrows during sorting of column in gridview using asp.net and today we will show how to sort gridview columns based on dropdownlist selection in asp.net using Order By clause in SQL Server.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.