background preloader

Coding

Facebook Twitter

Software Development / Programming. VBA vs Visual Studio. Learn JavaScript. JavaScript is a programming language that allows you to implement complex things on web pages.

Learn JavaScript

Every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, or interactive maps, or animated 2D/3D graphics, or scrolling video jukeboxes, and so on — you can bet that JavaScript is probably involved. Learning pathway JavaScript is arguably more difficult to learn than related technologies such as HTML and CSS.

Before attempting to learn JavaScript, you are strongly advised to get familiar with at least these two technologies first, and perhaps others as well. Start by working through the following modules: Access 2010: Outlook-Style Calendar in Browser, by Albert Kallal (cc) The Node Beginner Book » A comprehensive Node.js tutorial. Documentation.

CodeReflex.net. Few months back, a New York based web development firm came across a client, who was trying to understand the potential of PHP and dependability of ASP.NET and other enterprise web technologies.

CodeReflex.net

Since Microsoft is continuously upgrading the .Net framework version so you may face version conflict when deploying the Asp.Net application on IIS 6.0. In this article we will see how can we add column in DataGridView in an ASP.NET application from code behind . So for that purpose we have to create a DataTable object and add the required column in the DataTable first and then bind that DataTable to you DataGridView.

C#