(Alok Pandey) A function is a sub program, it groups code into a single unit and reduces the complexity of large code. It provides a modular approach in the programming language.
Tag: Development
GridviewFix jQuery plugin
(RupeshKumar) In this article, I have discussed the problem that developer faces while using dataTable plugin with Asp.net Gridview control and suggested the solution for the same problem. This article is for you, if you are using very famous dataTable jquery plugin with Asp.Net data-bound server c
Silverlight Has a Bright Future
(wubayou) Microsoft has been pretty mum on details when it comes to its internet plugin platform Silverlight. The software giant’s silence regarding the platform has many developers questioning Silverlight’s fate, as they wonder if their time spent on perfecting specific skills will eventually go to
ASP.NET 4.5 Preview: Using model binding to display data
(Gunnar Peipman) ASP.NET Forms 4.5 Preview introduces us model binding for web forms. Web developers who are familiar with ASP.NET MVC already know what model binding is and how powerful it is. Model binding means framework ability to construct objects of known types using values from presentation l
How To Print a Windows Forms ListBox to a selected printer
(Ged Mead) Here’s an easy way you If you have a list of items in a list box and print them out to a printer. This version lets the user choose a printer from the PrintDialog first.
Microsoft Adds AntiXSS Tool to ASP.NET 4.5
(Don Kiely) The Anti-Cross Site Scripting (AntiXSS) library has been a useful tool for preventing various kinds of script injection attacks against ASP.NET websites. AntiXSS is part of the Web Protection Library (WPL) along with a Security Runtime Engine (SRE).
Getting Contact, Photos, And Social Media Information Using FullContact.com And An Email Address
(Ben Nadel) As the web becomes more socially-focused, it’s becoming more important to give our software a social vibe. Often times, this can be accomplished by simply accenting the user interface with photos.
Unit Testing 4.0 Web Forms Including Event Handlers Like Page_Load Using Dynamic
(Sean Sparling) If you’re too lazy or just plain impatient, you can find the source code here.
Using a Disconnected DataTable to Display Records in GridView in ASP.NET
(Abhimanyu Kumar Vatsa) In this article we are going to take a look at a way to use a disconnected DataTable and will also display the records in GridView using this. In the later article, you will learn how to perform CRUD (Create Read Update Delete) operations using a disconnected DataTable. For t
Using MEF to Retrieve Connection Strings
(Peter Vogel) In a recent article , I discussed how to use the Managed Extension Framework (MEF) to dynamically select the class you want to use at run time. While dynamically loading classes sounds very exotic, you can use MEF for very prosaic activities, also.
