Ajax was a technology added to ASP.Net Web Pages. Basicially it allowed you to add Javascript to your web page that would make a call to your server, to send and or retrieve data, without causing the web page to perform a postback.
JavaScript
This function is activated when I press the generate button
Console.WriteLine("***") Dim dbId AsString _ = dbCls.GetDbIdByDbCode(dbCode)
Dim aDb As dbCls _ = dbCls.GetOneByDbId(dbId)
Dim connectionString AsString _ = aDb.StructureConnectionString
Dim databaseName AsString _ = aDb.DatabaseName
Dim aTable AsNew si.aTable(tableName) Dim al As System.Collections.ArrayList _ = aTable.getColumns(aDb.SampleDataDriverTypeEnum, connectionString, "", 0, "", "", "") Dim pk AsString _ = aTable.getPrimaryKeyColumnName(connectionString, tableName, aDb.SampleDataDriverTypeEnum)