Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<Rad:RadButton ID="Ok" runat="server" Text="Submit" Style="display: block;"  OnClick="Ok_Click"  ValidationGroup="Name" />

                                <Rad:RadButton ID="Update" runat="server" Text="Update" Style="display: none;" ValidationGroup="Name"
                                    OnClick="Update_Click" />


In the above code the button's OnClick event is not firing. give me the solution
Posted
Updated 8-Apr-13 19:47pm
v2
Comments
Karthik Harve 9-Apr-13 1:51am    
then there must be, validation failed for the controls with validation group="Name". did you checked that ?
Nandakishore G N 9-Apr-13 2:09am    
make autopostback=true

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