var fDesc=new Array(); fDesc[0] = "DataMatrix ASP.NET Web Control is a component intended to be used particularly in ASP.NET web applications.

You can use it to add barcodes to your ASP.NET application as easily as other Web Form components.

DataMatrix ASP.NET Web Control can be easily integrated with Microsoft Visual Studio. Besides, you can use the control the same as old ASP components using the IMG tag to get a barcode image.

DataMatrix ASP.NET Web component is written in Microsoft C# and is 100% managed code. It allows us to achieve the complete compatibility with any ASP.NET applications.

DataMatrix ASP.NET Web component increases the reliability and performance of your ASP.NET application and also allows you to use it in the same way as other .NET Framework classes."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }