Click here to Skip to main content
15,908,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi sir,

i am using Ajax modal pop up extender. in that popup i display gridview and selectAll Checkboxes button and OK and cancel buttons.

my aim is if i click selectALL button that time all checkboxes in Gridview are selected.

my problem is if i click selectAll button popup is not appear and again i click linkbutton that time popup is displayed with selected all checkboxes in gridview.

i tried in breakpoint also in that case code is End no output is displayed.

please give a solution.

Thanks
Posted
Comments
Sandeep Mewara 16-Jul-10 2:00am    
Post the code for checkall and the popup. There must be something in there.

hi ajay,

when u click button or link button control, server code is executing, right!!! then just check the location of button control is should be same as link button.

hope this will help you.
 
Share this answer
 
v2
Ajay if post back happens u should again revoke the Modalpopup.show() method....this will helps you...:)
 
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