Jump to content

c# and asp.net


kfc

Recommended Posts

I have 1 text box name: createcontrolbox:........................................... quantity:........................................................ one button .........create.....................i have to enter suppose: text ........ 5 thenclick buttonit should show me 5 text box.......should be created. i dont ve to use javascript. only

[/size]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>    <title></title></head><body><table><tr><td><label for="ctrlname"> Createcontrol*</label></td><td><input  type="text" id ="Text1" name="Createcontrol" maxlength="50" size="30"/></td></tr><tr><td><label for="quantity"> quantity*</label></td><td><input  type="text" id ="Text2" name="quantity" maxlength="50" size="30"/></td></tr><tr><td><input  type="button" id ="btncr" value= "create" /></td></tr></table></body></html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...