Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have create one page to registration ...
in this form many textbox,radiobuttonlist,checkbox,dropdown &update panel some event are to connect with database...
all the filed are inside a update panel but page are refres..


i have use one trick on update panel properties update mode ="conditional"
and check website ,,but problem not gone..page are refress when some event fired like click event or selected-chenged event.....
Posted

1 solution

Hi,

Have you implemented as below-

SQL
<asp:UpdatePanel runat="Server" ID="UpdatePanel1" UpdateMode="Conditional">
    <ContentTemplate>

// Your controls goes here...

    </ContentTemplate>
</asp:UpdatePanel>


Or please give here your code snippet so, I can get your exact problem.

Regards,

Nilesh Shah.
 
Share this answer
 
Comments
nilong 21-May-10 7:02am    
this not my answer..i want solution......
amitbhilare 23-Mar-12 5:33am    
NIce it works Thanks a lot..............:)

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