Click here to Skip to main content
15,896,383 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
see i have four html text box first name ,lastname ,email,mobilenumber etc now i have took one div inside the div i have taken four textbox now what i want as i click on the submitt button the value should show in the div textbox that is inside the id can any body help me out
Posted
Comments
Ankur\m/ 29-Nov-12 8:26am    
The textbox should be filled from control ids... are you sure? And if that's the case you would certainly want it on the client side, right?
Well I think your question isn't clear. Select Improve Question link and update it with more information/clarification.
srdusad 29-Nov-12 8:27am    
set the runat="server" and an id to the internal div suppose id="mydiv".Now at code behind put the values in mydiv.Text="FirstName="+firstname.Text + "\n LastName="+lastname.Text......... and bla bla

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900