Avatar billede wraper Nybegynder
25. maj 2004 - 14:18 Der er 1 kommentar og
1 løsning

asp + database

jeg søger en der kan hjælpe med noget specefikt ang asp/database..

Jeg har en masse felter i en html/asp side, hvor der skal være mulighed for at vælge imellem en masse muligheder som så skal være værdier fra en database!

Alt dette skal så bygges som en formular, som skal videre sendes til en bestemt email som txt formular når den er færdig!

Nogen der kan hjælpe? Der kan ligge penge i det for dig også, kontakt mig på:
MSN: unreality_dk@hotmail.com
eller mail bare: unreality_dk@hotmail.com
Avatar billede jakobg Nybegynder
02. juni 2004 - 12:53 #1
ASPX-side:

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" Inherits="Form._default"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
    <HEAD>
        <title>default</title>
        <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
        <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
        <meta name="vs_defaultClientScript" content="JavaScript">
        <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    </HEAD>
    <body bgcolor="#c0c0c0">
        <form id="Form1" method="post" runat="server">
            <input type="hidden" name="hidSmtpServer" value="smtp.mail.dk"/>
            <input type="hidden" name="hidEmailNotificationFrom" value="unreality_dk@hotmail.com"/>
            <input type="hidden" name="hidEmailNotificationTo" value="unreality_dk@hotmail.com"/>
            <input type="hidden" name="hidWebServerUrl" value="http://localhost/form/"/>
            <CENTER>
                <table width="600" border="0" cellpadding="2" style="BORDER-TOP-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px">
                    <tr>
                        <td colspan="8">
                            <p align="center"><u>BESTILLING AF PROJEKT PC</u></p>
                        </td>
                    </tr>
                    <tr>
                        <td width="75">Projekt nr</td>
                        <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            width="75" bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld001" value='<%= GetValue("fld001") %>' crap="fld01" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Best. Dato</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld002" value='<%= GetValue("fld002") %>' crap="fld002" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75"><b>Deadline</b></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld003" value='<%= GetValue("fld003") %>' crap="fld003" size="10"></td>
                    </tr>
                    <tr>
                        <td width="75">Firmanavn</td>
                        <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            width="75" bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld004" crap="fld004" value='<%= GetValue("fld004") %>' size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Bestilt af</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld005" crap="fld005" value='<%= GetValue("fld005") %>' size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">(IT afdeling)</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld006" crap="fld006" value='<%= GetValue("fld006") %>' size="10"></td>
                    </tr>
                    <tr>
                        <td width="75">Bruger</td>
                        <td style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            width="75" bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld007" crap="fld007" value='<%= GetValue("fld007") %>' size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Tlf. lok</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld008" crap="fld008" value='<%= GetValue("fld008") %>' size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Aflev. dato</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld009" crap="fld009" value='<%= GetValue("fld009") %>' size="10"></td>
                    </tr>
                    <tr>
                        <td width="75">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Mobil nr</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld010" crap="fld010" value='<%= GetValue("fld010") %>' size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Bemærkning</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld011" crap="fld011" value='<%= GetValue("fld011") %>' size="10"></td>
                    </tr>
                    <tr>
                        <td width="75">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                    </tr>
                </table>
                <p><u>HARDWARE &amp; SOFTWARE</u></p>
                <table border="0" width="800" cellpadding="2" style="BORDER-TOP-WIDTH:0px; BORDER-LEFT-WIDTH:0px; BORDER-BOTTOM-WIDTH:0px; BORDER-RIGHT-WIDTH:0px"
                    id="table1">
                    <tr>
                        <td width="150" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"><b>
                                HARDWARE</b></td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50">
                            <p align="center">&nbsp;&nbsp; Køb</p>
                        </td>
                        <td width="50">
                            <p align="center">&nbsp;&nbsp; Install</p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;&nbsp; Køb</td>
                        <td width="50">&nbsp;&nbsp; Install</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                </table>
                <table border="0" width="800" cellpadding="2" style="BORDER-TOP-WIDTH:0px; BORDER-LEFT-WIDTH:0px; BORDER-BOTTOM-WIDTH:0px; BORDER-RIGHT-WIDTH:0px">
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            CPU Mhz</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld012">
                                <option<%= Selected("fld012", "test") %>>test</option>
                                <option<%= Selected("fld012", "test igen") %>>test igen</option>
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld013"<%= Checked("fld013") %> crap="fld013" value='ON'></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld014"<%= Checked("fld014") %> crap="fld014" value='ON'></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Op. system</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld015" crap="fld015" value='<%= GetValue("fld015") %>' size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <p align="center"><input type="checkbox" name="fld016" value='ON'<%= Checked("fld016") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld017" value='ON'<%= Checked("fld017") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            RAM</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld018" selectedvalue='<%= GetValue("fld018") %>' crap="D2">
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld019" crap="fld019" value='ON'<%= Checked("fld019") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld020" crap="fld020" value='ON'<%= Checked("fld020") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld021" value='<%= GetValue("fld021") %>' crap="T13" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld022" crap="fld022" value='ON'<%= Checked("fld022") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld023" crap="fld023" value='ON'<%= Checked("fld023") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            LPT antal</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld024" selectedvalue='<%= GetValue("fld024") %>' crap="D3">
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld025" crap="fld025" value='ON'<%= Checked("fld025") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld026" crap="fld026" value='ON'<%= Checked("fld026") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld027" value='<%= GetValue("fld027") %>' crap="T14" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld028" crap="fld028" value='ON'<%= Checked("fld028") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld029" crap="fld029" value='ON'<%= Checked("fld029") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            COM antal</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld030" selectedvalue='<%= GetValue("fld030") %>' crap="D4">
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld031" crap="fld031" value='ON'<%= Checked("fld031") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld032" crap="fld032" value='ON'<%= Checked("fld032") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">RS view</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld033" value='<%= GetValue("fld033") %>' crap="T15" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld034" crap="fld034" value='ON'<%= Checked("fld034") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld035" crap="fld035" value='ON'<%= Checked("fld035") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            HDD str</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld036" selectedvalue='<%= GetValue("fld036") %>' crap="D5">
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld037" crap="fld037" value='ON'<%= Checked("fld037") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld038" crap="fld038" value='ON'<%= Checked("fld038") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld039" value='<%= GetValue("fld039") %>' crap="T16" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld040" crap="fld040" value='ON'<%= Checked("fld040") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld041" crap="fld041" value='ON'<%= Checked("fld041") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            Floppy</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld042" selectedvalue='<%= GetValue("fld042") %>' crap="D6">
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld043" crap="fld043" value='ON'<%= Checked("fld043") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld044" crap="fld044" value='ON'<%= Checked("fld044") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld045" value='<%= GetValue("fld045") %>' crap="T17" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld046" crap="fld046" value='ON'<%= Checked("fld046") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld047" crap="fld047" value='ON'<%= Checked("fld047") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            CD</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld048" selectedvalue='<%= GetValue("fld048") %>' crap="D7">
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld049" crap="fld049" value='ON'<%= Checked("fld049") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld050" crap="fld050" value='ON'<%= Checked("fld050") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">RS Linx</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld051" value='<%= GetValue("fld051") %>' crap="T18" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld052" crap="fld052" value='ON'<%= Checked("fld052") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld053" crap="fld053" value='ON'<%= Checked("fld053") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            Brænder</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <select size="1" name="fld054" selectedvalue='<%= GetValue("fld054") %>' crap="D8">
                            </select></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld055" crap="fld055" value='ON'<%= Checked("fld055") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld056" crap="fld056" value='ON'<%= Checked("fld056") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld057" value='<%= GetValue("fld057") %>' crap="T19" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld058" crap="fld058" value='ON'<%= Checked("fld058") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld059" crap="fld059" value='ON'<%= Checked("fld059") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">
                            Andet</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld060" crap="fld060" value='ON'<%= Checked("fld060") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld061" crap="fld061" value='ON'<%= Checked("fld061") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld062" value='<%= GetValue("fld062") %>' crap="T20" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld063" crap="fld063" value='ON'<%= Checked("fld063") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld064" crap="fld064" value='ON'<%= Checked("fld064") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld065" crap="fld065" value='ON'<%= Checked("fld065") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld066" crap="fld066" value='ON'<%= Checked("fld066") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">RS Logix</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld067" value='<%= GetValue("fld067") %>' crap="T21" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld068" crap="fld068" value='ON'<%= Checked("fld068") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld069" crap="fld069" value='ON'<%= Checked("fld069") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld070" crap="fld070" value='ON'<%= Checked("fld070") %>></p>
                        </td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <p align="center"><input type="checkbox" name="fld071" crap="fld071" value='ON'<%= Checked("fld071") %>></p>
                        </td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld072" value='<%= GetValue("fld072") %>' crap="T22" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld073" crap="fld073" value='ON'<%= Checked("fld073") %>></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld074" crap="fld074" value='ON'<%= Checked("fld074") %>></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld075" value='<%= GetValue("fld075") %>' crap="T23" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld076"<%= Checked("fld076") %> crap="C58" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox" name="fld077" <%= Checked("fld077") %> crap="C39" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"><b>ANDET</b></td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">PCanywhere</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld078" value='<%= GetValue("fld078") %>' crap="T24" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld079") %> name="fld079" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld080") %> name="fld080" crap="C40" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none">
                            Del</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">
                            Bemærkning</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;&nbsp;
                            Køb</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;&nbsp;
                            Install</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld081" value='<%= GetValue("fld081") %>' crap="T25" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld082") %> name="fld082" crap="C56" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld083") %> name="fld083" crap="C41" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld084" value='<%= GetValue("fld084") %>' crap="T33" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld085" value='<%= GetValue("fld085") %>' crap="T34" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld086") %> name="fld086" crap="C66" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld087") %> name="fld087" crap="C67" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld088" value='<%= GetValue("fld088") %>' crap="T26" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld089") %> name="fld089" crap="C55" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld090") %> name="fld090" crap="C42" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld091" value='<%= GetValue("fld091") %>' crap="T36" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld092" value='<%= GetValue("fld092") %>' crap="T35" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld093") %> name="fld093" crap="C69" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld094") %> name="fld094" crap="C68" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">MS Office</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld095" value='<%= GetValue("fld095") %>' crap="T27" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld096") %> name="fld096" crap="C54" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld097") %> name="fld097" crap="C43" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld098" value='<%= GetValue("fld098") %>' crap="T37" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld099" value='<%= GetValue("fld099") %>' crap="T38" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld100") %> name="fld100" crap="C70" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld101") %> name="fld101" crap="C72" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld102" value='<%= GetValue("fld102") %>' crap="T28" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld103") %> name="fld103" crap="C53" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld104") %> name="fld104" crap="C44" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld105" value='<%= GetValue("fld105") %>' crap="T40" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld106" value='<%= GetValue("fld106") %>' crap="T39" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld107") %> name="fld107" crap="C71" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld108") %> name="fld108" crap="C73" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld109" value='<%= GetValue("fld109") %>' crap="T29" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld110") %> name="fld110" crap="C52" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld111") %> name="fld111" crap="C45" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld112" value='<%= GetValue("fld112") %>' crap="T41" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld113" value='<%= GetValue("fld113") %>' crap="T42" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld114") %> name="fld114" crap="C95" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld115") %> name="fld115" crap="C74" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">Andet</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld116" value='<%= GetValue("fld116") %>' crap="T30" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld117") %> name="fld117" crap="C51" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld118") %> name="fld118" crap="C46" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld119" value='<%= GetValue("fld119") %>' crap="T43" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld120" value='<%= GetValue("fld120") %>' crap="T44" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld121") %> name="fld121" crap="C94" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld122") %> name="fld122" crap="C75" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld123" value='<%= GetValue("fld123") %>' crap="T31" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld124") %> name="fld124" crap="C50" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld125") %> name="fld125" crap="C47" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld126" value='<%= GetValue("fld126") %>' crap="T46" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld127" value='<%= GetValue("fld127") %>' crap="T45" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld128") %> name="fld128" crap="C93" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld129") %> name="fld129" crap="C76" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150" bgcolor="#ffffff" bordercolor="#000000" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid">
                            <input type="text" name="fld130" value='<%= GetValue("fld130") %>' crap="T32" size="19"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld131") %> name="fld131" crap="C49" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld132") %> name="fld132" crap="C48" value="ON"></td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld133" value='<%= GetValue("fld133") %>' crap="T47" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld134" value='<%= GetValue("fld134") %>' crap="T48" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld135") %> name="fld135" crap="C92" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld136") %> name="fld136" crap="C77" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld137" value='<%= GetValue("fld137") %>' crap="T50" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld138" value='<%= GetValue("fld138") %>' crap="T49" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld139") %> name="fld139" crap="C91" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld140") %> name="fld140" crap="C78" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;
                            <asp:Button id="btnSubmit" runat="server" Text="Send!"></asp:Button></td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld141" value='<%= GetValue("fld141") %>' crap="T51" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld142" value='<%= GetValue("fld142") %>' crap="T61" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld143") %> name="fld143" crap="C90" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld144") %> name="fld144" crap="C79" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld145" value='<%= GetValue("fld145") %>' crap="T52" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld146" value='<%= GetValue("fld146") %>' crap="T62" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld147") %> name="fld147" crap="C89" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld148") %> name="fld148" crap="C80" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld149" value='<%= GetValue("fld149") %>' crap="T53" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld150" value='<%= GetValue("fld150") %>' crap="T60" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld151") %> name="fld151" crap="C88" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld152") %> name="fld152" crap="C81" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld153" value='<%= GetValue("fld153") %>' crap="T54" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld154" value='<%= GetValue("fld154") %>' crap="T59" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld155") %> name="fld155" crap="C87" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld156") %> name="fld156" crap="C82" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld157" value='<%= GetValue("fld157") %>' crap="T55" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld158" value='<%= GetValue("fld158") %>' crap="T58" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld159") %> name="fld159" crap="C86" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld160") %> name="fld160" crap="C83" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld161" value='<%= GetValue("fld161") %>' crap="T56" size="10"></td>
                        <td width="75" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000">
                            <input type="text" name="fld162" value='<%= GetValue("fld162") %>' crap="T57" size="10"></td>
                        <td width="10">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld163") %> name="fld163" crap="C85" value="ON"></td>
                        <td width="50" style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid"
                            bgcolor="#ffffff" bordercolor="#000000" align="center">
                            <input type="checkbox"<%= Checked("fld164") %> name="fld164" crap="C84" value="ON"></td>
                        <td width="10">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="50" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-LEFT: medium none">&nbsp;</td>
                        <td width="75">&nbsp;</td>
                        <td width="150">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                        <td width="10">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="75" style="BORDER-RIGHT: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none">&nbsp;</td>
                        <td width="10" style="BORDER-RIGHT: medium none; BORD
Avatar billede jakobg Nybegynder
02. juni 2004 - 12:54 #2
Hmm, ASPX-koden var vist for omfattende? Her kommer VB-sourcen til codebehind.

Public Class _default
    Inherits System.Web.UI.Page

    Protected WithEvents btnSubmit As System.Web.UI.WebControls.Button

    Private dsData As New DataSet
    Private tblForms As New DataTable
    Private tblElements As New DataTable

    Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Trace.IsEnabled = True
        If IsNothing(Application.Item("tblForms")) Then
            ' Absolut første gang siden bliver kaldt: Opret tabellerne vi skal bruge i Applications-variable.
            ' Bemærk, tabellerne går tabt når serveren eller IIS'en genstartes.
            Call CreateDatabase()
        Else
            tblForms = Application.Item("tblForms")
            tblElements = Application.Item("tblElements")
        End If

        If Not Page.IsPostBack Then
            If Request.QueryString("GUID") <> "" Then ' Hvis querystring'en ikke er tom, er det formentlig et forsøg på at loade en bestilling.
                If tblForms.Select("GUID = '" & Request.QueryString("GUID") & "'").GetUpperBound(0) = 0 Then
                    intFormID = tblForms.Select("GUID = '" & Request.QueryString("GUID") & "'")(0).Item("ID")
                End If
            Else ' Vis en tom form!

            End If
        Else

        End If
    End Sub

    Private Sub CreateDatabase()
        With tblForms
            .Columns.Add("ID", GetType(Integer))
            .Columns.Add("GUID", GetType(String))
            .Columns.Add("blnProcessed", GetType(Boolean))
            .Columns(0).AutoIncrement = True
            .Columns(0).AutoIncrementSeed = 1
        End With

        With tblElements
            .Columns.Add("ID", GetType(Integer))
            .Columns.Add("intFormID", GetType(Integer))
            .Columns.Add("strElementID", GetType(String))
            .Columns.Add("strValue", GetType(String))
            .Columns(0).AutoIncrement = True
            .Columns(0).AutoIncrementSeed = 1
        End With

        Call Application.Add("tblForms", tblForms)
        Call Application.Add("tblElements", tblElements)
    End Sub

    Private Property intFormID() As Integer
        Get
            Return IIf(IsNothing(viewstate("intFormID")), 0, viewstate("intFormID"))
        End Get
        Set(ByVal Value As Integer)
            viewstate("intFormID") = Value
        End Set
    End Property

    Protected Function GetValue(ByVal strElementID As String) As String
        If intFormID <> 0 Then ' Det kan kun betale sig at søge efter en værdi, hvis der er valgt en form!
            If tblElements.Select("strElementID = '" & strElementID & "' AND intFormID = " & intFormID).GetUpperBound(0) = 0 Then
                Trace.Warn(tblElements.Select("strElementID = '" & strElementID & "' AND intFormID = " & intFormID)(0).Item("strValue"))
                Return tblElements.Select("strElementID = '" & strElementID & "' AND intFormID = " & intFormID)(0).Item("strValue")
            Else
                Return ""
            End If
        End If
    End Function

    Protected Function Checked(ByVal strElementID As String) As String
        If intFormID <> 0 Then ' Det kan kun betale sig at søge efter en værdi, hvis der er valgt en form!
            If tblElements.Select("strElementID = '" & strElementID & "' AND intFormID = " & intFormID).GetUpperBound(0) = 0 Then
                Return " checked"
            Else
                Return ""
            End If
        End If
    End Function

    Protected Function Selected(ByVal strElementID As String, ByVal strValue As String) As String
        If intFormID <> 0 Then ' Det kan kun betale sig at søge efter en værdi, hvis der er valgt en form!
            If tblElements.Select("strElementID = '" & strElementID & "' AND intFormID = " & intFormID).GetUpperBound(0) = 0 Then
                If tblElements.Select("strElementID = '" & strElementID & "' AND intFormID = " & intFormID)(0).Item("strValue") = strValue Then
                    Return " selected"
                Else
                    Return ""
                End If
            Else
                Return ""
            End If
        End If
    End Function

    Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click
        Dim rwRow As DataRow
        Dim intFormID As Integer = 0
        Dim strGuid As String = System.Guid.NewGuid.ToString
        Dim strEmail As String = Request.Form("hidEmailNotificationTo")
        Dim strFrom As String = Request.Form("hidEmailNotificationFrom")
        Dim strSmtpServer As String = Request.Form("hidSmtpServer")
        Dim strWebServer As String = Request.Form("hidWebServerUrl")
        Dim msgMail As New System.Web.Mail.MailMessage

        ' Saml data...
        rwRow = tblForms.NewRow
        rwRow.Item("GUID") = strGuid
        rwRow.Item("blnProcessed") = True
        Call tblForms.Rows.Add(rwRow)
        intFormID = rwRow.Item("ID")

        For Each strElementID As String In Request.Form.Keys
            If strElementID.Substring(0, 3) = "fld" Then
                If Request.Form(strElementID) <> "" Then
                    Trace.Warn(strElementID & ": " & Request.Form(strElementID))
                    rwRow = tblElements.NewRow
                    rwRow.Item("intFormID") = intFormID
                    rwRow.Item("strElementID") = strElementID
                    rwRow.Item("strValue") = Request.Form(strElementID)
                    Call tblElements.Rows.Add(rwRow)
                End If
            End If
        Next

        ' Send email...
        With msgMail
            .To = strEmail
            .From = strFrom
            .Subject = "Bestilling"
            .Body = "<a href='" & strWebServer & "default.aspx?GUID=" & strGuid.ToString & "'>Klik her</a>"
            .BodyFormat = Mail.MailFormat.Html
        End With
        System.Web.Mail.SmtpMail.SmtpServer = strSmtpServer
        Call System.Web.Mail.SmtpMail.Send(msgMail)
    End Sub
End Class
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
IT-kurser om Microsoft 365, sikkerhed, personlig vækst, udvikling, digital markedsføring, grafisk design, SAP og forretningsanalyse.

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester