SELECT DISTINCT on a DataTable then Sort them with ORDER BY
- in ASP.Net
So I needed to get a list of items from a database. I really only wanted to get the information once then use it since this is a web application. I have always felt the…
a little philosophy in code
So I needed to get a list of items from a database. I really only wanted to get the information once then use it since this is a web application. I have always felt the…
I needed to create a slideshow with jQuery in an ASP.Net page. I knew I could do it with a callback to the server, but this really seemed like a waste of resources. I didn’t…