Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

i am using a repeater for some value show and textbox for adding value on it,
i would like to add all textbox value on click button in another textbox,

how to solve it.
Posted

Keeping small things aside, in short, you can put your controls in an Udpate Panel to enable partial rendering:

Here you go:
UpdatePanel Control Overview[^]
UpdatePanel control[^]
UpdatePanel Class[^]
All you need to know with sample code is present and explained.
 
Share this answer
 
Hi,
You can use update panel to solve your problem.
Refer the links:
MSDN : Introduction to the UpdatePanel Control[^]
UpdatePanel control[^]
UpdatePanel Control Overview[^]
Understanding ASP.NET AJAX UpdatePanel Triggers [^]



All the best.
--Amit
 
Share this answer
 

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