Tuesday, 7 January 2014

Gridview with Search and Highlight facility : Asp .Net

Hello, Today i will share code which provide facility for search data in grid view and how to highlight the searched result. Instead of buying the third party controls this code provide easy way to do this. You just need to make some CSS and user defined function call to make it working check out below code. here we can make CSS class which contain...

FriendlyURL : The extension less Page URL in ASP .NET

Hello Every one, this is my first post on this blog this is all about the URL rewriting in asp .net. there are old traditional way to do this is asp .net but as of now there are NuGet package available which can do this for you automatically.  you just need to configure little bit things on your web application. Benificial for SEO and User...

Dropdown List with Search Facility using Jquery : Asp .Net

Hello,Today i am sharing code which provide the search facility on the Dropdown list control of the asp .net. We can easily make dropdown with search facility by using Chosen JavaScript. simple but very use full and easy to implement functionality on dropdown list Instead of <select> </select> of standard HTML tag......  you can...