var fDesc=new Array(); fDesc[0] = "AspxFormsGen is a tool that automatically generates (ASP.Net Generator) ASP.Net Standard WebForms (.aspx) in C# or VB and their accompanying CodeFile (.aspx.cs or .aspx.vb). It generates WebForms with CRUD (Create, Retrieve, Update, Delete) functionalities using the latest Linq-to-SQL and LinqDataSource, based on the tables in your MS SQL 2000/2005 Database, all in One Click.

AspxFormsGen is not a component, it simply generates ASP.Net 3.5 WebForms, using unbound and/or bound standard ASP.Net web server controls and the new integration of the ASP.Net AJAX Control Toolkit extender controls.

AspxFormsGen is made for ASP.Net programmers, it generates ASP.Net 3.5 WebForms using the latest ASP.Net technologies such as: Linq-to-SQL coding, LinqDataSource and ListView web server controls. It also integrates AJAX Control Toolkit extenders such as: FilteredTextBox, ValidatorCallOut, CalendarExtender, ModalPopUpExtender, AnimationExtender and more. Needless to say, all generated WebForms are intended for use with Microsoft Visual Studio 2008."; 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 = ''; } }