Click here to Skip to main content
15,908,834 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to use button control out of update panel. with the help of button we can handle the data inside update panel in asp.net
Posted
Comments
[no name] 8-Jul-14 12:47pm    
Just do it? If you are facing problem then share with us
Maciej Los 8-Jul-14 17:07pm    
What you mean: "How to use"?
shilpamittal15 9-Jul-14 1:23am    
actually i have a tabcontainer in that i am having 4 tab these tabs are in sequence first step 1 then step 2 and so on...... my tab container is in update panel what i want is a button out side that updatepanel all the data in the tab must be submit by the button outside update panel so i want to save that data on that button click....

1 solution

Use Trigger to update content inside Update panel.
<Triggers><br />
   <asp:PostBackTrigger ControlID="UploadButton" /><br />
   </Triggers>
 
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