|
|
|
สอบถามเรื่องการนำข้อมูลที่เก็บไว้ในตารางมาแสดงค่ะ ไม่ค่อยรู้เรื่อง asp เลย รบกวนผู้รู้ด้วยคะ |
|
|
|
|
|
|
|
ไม่รู้นะว่าตรงตามที่อยากได้รึเปล่าเอาตามนี้ไปก่อนแล้วกัน
<%Sql1 ="Select * from A "
Rs1.Open Sql1,Conn,1,3%>
<% Do While NOT Rs1.EOF%>
<tr>
<td width="700" bgcolor="#E9EFEF"><p align="left">
<%=Rs1("Question")%>
</td>
<td width="50" align ="center" valign = "Bottom">
<table width="45" border="1" bordercolor="#000000" cellspacing="0" >
<?
sql_flag = "select * from B where ลำดับที่ คำถาม='"&Rs1("ลำดับที่ คำถาม")&"' "
Rs2.Open Sql_flag,Conn,1,3
flag=rs2("flag")
if flag = "Y" then
checkY="checked"
checkN=""
elseif flag = "N" then
checkY=""
checkN="checked"
end if
?>
<tr>
<td><input name="flag" type="radio" value="Y" <%=checkY%> >ต้องการ</td>
<td><input name="flag" type="radio" value="N" <%=checkY%> >ไม่ต้องการ</td>
</tr>
</table><input type="submit" name="Submit" value="บันทึก"></td>
</tr>
<%
Rs1.Movenext
Loop
Rs1.Close
%>
|
|
|
|
|
Date :
2010-01-07 11:58:34 |
By :
pitsack |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|