Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Showing posts with label if-else in sql. Show all posts
Showing posts with label if-else in sql. Show all posts

Tuesday, 24 February 2015

In this article I will explain how to bind gridview and implement filter/search functionality using Stored procedure (Sql Sever NESTED IF-ELSE).

Some time it is required to search the items when data is very large in gridview. In that case it is better to search data as per our criteria rather than scrolling the grid to find the data.