<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Greetings,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i wonder why there's still no a special 'key' 
attribute for every form field implemented.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Let's say I have rendered table from query result 
and one column could be updateable via text field.</FONT></DIV>
<DIV><FONT face=Arial size=2>And let's say record id field is uniqueidentifier 
(not integer). I'd like to write the following:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><form ...></FONT></DIV>
<DIV><FONT face=Arial size=2>!--- Loop query results ---!</FONT></DIV>
<DIV><FONT face=Arial size=2><input type="text" key="{id_value_here}" 
name="quantity" value=""></FONT></DIV>
<DIV><FONT face=Arial size=2>....</FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2><input type="text" key="{id_value_here}" 
name="quantity" value=""></FONT></DIV>
<DIV><FONT face=Arial size=2>!--- End of loop ---!</FONT></DIV>
<DIV><FONT face=Arial size=2></form></FONT></DIV></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>and</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>when submitting the form and checking results on 
server, I'd like to know the 'owner' of every quantity field:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>!--- loop via quantity fields ---!</FONT></DIV>
<DIV><FONT face=Arial size=2>if (quantity.key == 
'XXXXXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX') { ... }</FONT></DIV>
<DIV><FONT face=Arial size=2>!--- end of loop ---!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Alexander.</FONT></DIV></BODY></HTML>