This Example Show How To Display Files, Directory and Sub Directories In GridView From Server side Folder In Asp.Net application using C# and Vb.Net.
Tag: Development
Functional programming in C#
(Jovan Popovic) Functional programming is a programming paradigm in C# that is frequently combined with object oriented programming. C# enables you to use imperative programming using object-oriented concepts, but you can also use declarative programming. In declarative programming, you are using a
Handling ENTER in TextBox, ASP.NET
(Greg) Well here is my way on how to handle the ENTER key on the TextBox in asp.net so it execute my method call instead the default form action.
Use jQuery for sortable UI elements
(Chris Duckett) Sortable sidebar objects are the sort of features that add a little “wow” to your site — WordPress users have seen them on the right-hand side of their screen for years — and the best part: it’s not hard to do.
Tracing Event Binding And Event Triggering In jQuery
(Ben Nadel) The other day, I had four developers (including myself) on a conference call, all trying to figure out why a particular state of our application was becoming unresponsive to mouse clicks. We were looking at a page that relied on thousands of lines of JavaScript, written over two years, b
Task-Based Asynchronous Pattern in .NET 4.5 – Part 1
(Sumit Maitra) In a previous article we saw an overview of the new IDE and Framework features of the current .NET Framework beta v4.5. Among other things .NET 4.5 has an improved support for Asynchronous programming through a new Task based model. In this article, we will take a look at the new asyn
Get the Clicked Cell Value and Column Name of GridView in ASP.NET
(Hemant Kumar) Normally we find the requirement to get the selected Cell Clicked Value .In rare cases we need to find the Column Name and Index of the Cell clicked in the GridView.
Identifying the Default Comparers for a Type
(Richard Carr) When creating methods that perform comparison or sort operations, it is usual to allow callers to use a default comparer, a standard .NET comparers or a custom class. For generic methods, it is essential to be able to obtain a default comparer for a type.
Implementing a WCF Message Contract
(Jeffrey Juday) Windows Communication Foundation (WCF) is still the way to do SOAP integration with products like SharePoint 2010. WCF implementations normally take two different approaches; a Document style or an API style. Document style implementations are more flexible and often easier to exte
Querying Using OData on Web API
(Amit Patel) In this article I am going to explain how to query a Web API.
