nth highest salary of the employee in asp.net
Introduction: Hello guys, in this article i will explain that how we can find nth highest salary of the employee using asp.net. This is very helpful artucle for the asp.net deveploer , to find the 1 st ,2 nd, 3 r Highest salary of the employee and so on for any company ,shop etc. Implementation: Create a page named nth highest salary. Drag and drop a dropdownlist and Gridview from the toolbox. Below I am giving complete code for .aspx page and .aspx.cs page Code for .aspx page: < head runat ="server"> < title > Nth Highesr salary of the employee </ title > </ head > < body > < form id ="form1" runat ="server"> < div > Select value < asp : DropDownList ID ="dd_rank" runat ="server" AutoPostBack ="True" on...