Always remain updated about current software development trends

Articles having tag: WEBFORMS

Common.Logging and compatibility with other libraries

This post shows you how to configure correctly Common.Logging together with Log4Net or NLog and explains the typical problems that you might expect while using this logging library.

Getting started with Web 2.0 using Wakanda

You aren't familiar with Web 2.0 development ? Wakanda is free, Open Source, and easy to learn, so after reading this article you'll be able to develop a Web 2.0 app whitout coding HTML5 ,CSS3, or SQL. ;)

MVC JavaScript localization of external .js files

A system that permit you to manage your external javascript files and use server localizations in it.

Really Dynamic Master Pages

Creating ContentPlaceHolders and Contents programmatically

Lucene.Net ultra fast search for MVC or WebForms site => made easy!

Step-by-step tutorial for any developer who wishes to get Lucene.Net search working with their web site or app really quickly!

Autosuggest TextBox from database column in Windows Forms

This article will show how to create an auto-suggest TextBox that will suggest data from a SQL Server database column.

parseInt in Javascript

parseInt('08') and parseInt('09') returns 0 because it interprets it as octal number

ASP.NET MVC 3, Razor-C#, and VB.NET WebForms - ActionLink, RenderPartial, and RenderAction in WebForms

Today I'm going to show you how to use MVC helper methods in your ASP.NET WebForms markup. Why would you want to do this? Maybe you're in the same boat I'm in, working on a project that has an extensive investment in WebForms, and a wholesale migration...

SEO optimization: add meta tags to ASP.NET page programmatically

Adding page-specific meta tags to .aspx web pages referring the same masterpage