Sort Generic List Using Lambda Expression For Dynamic Type And Dynamic Property
Once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort…
Once stuck on a requirement where I needed to write a code which is flexible and generic enough to sort…
This is a serious necessity in few applications where you want to show the appointments over a calendar. Though most…
We most the time run into the issue where we need to release a patch which requires a change in…
ASP.net by default calls the function window.scrollTo(0,0) after the validation failure from ASP.net validators but not always we have the validation summary control placed at the top. There are instances where we need to place validation summary at some other location but by doing this, instead the user being scrolled to see the validation error, he will always see the top of the page.
We all know that defining a nullable type in C# is very simple as below And when you want to…
This tips discuss how you can customize the way your RadioButtonList control will look. Below is a simple code which…
This tips explained how to write a code which is flexible and generic enough to sort any type of collection…
There are quite a lot of instance where you need to do a primary sort and you need a secondary…