|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Forgot to mention... |
From: |
Ripul |
Date: |
2/5/2001 1:30:59 AM |
IP: |
202.141.151.81 |
There is just a small error
<SELECT dataFld=Direct dataSrc=rsTypeData id=select1 name=selNewDirect size=1>
<OPTION <% If rsTypeData.fields.getValue("Direct") = false Then Response.Write("selected") End If %> value=0>Indirect</OPTION>
<OPTION <% If rsTypeData.fields.getValue("Direct") = true Then Response.Write("selected") End If %> value=1>Direct</OPTION>
</SELECT>
<Just try removing the above codes it should work>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|