hi to all,
i want to put validation in a text field, but it is generated
dynamically.here's the code
it's in the code behind
Response.Write("<form action=add.aspx method=post name=frm1 >")
Response.Write("<tr>")
Response.Write("<td>")
Response.Write
("Quantity :")
Response.Write("</td>")
Response.Write("<td>")
Response.Write("<input type=text name=txtqty size=5 >")
Response.Write("</td>")
Response.Write("</tr>")
Response.Write("<tr>")
Response.Write("<td>")
Response.Write("</td>")
Response.Write("<td>")
Response.Write("<input type=submit name=submit value=Add_to_Cart
STYLE=background-color:5475B2;font-size:8pt;color:ffffff >")
Response.Write("</td>")
Response.Write("</tr>")
Response.Write("</table>")
how can i input validation in it?
thanking u in advance
regards
shyms
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNet2/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/