Click here to Skip to main content
15,912,400 members

Comments by Member 9613701 (Top 3 by date)

Member 9613701 2-Aug-13 2:41am View    
Deleted
m
Member 9613701 7-Dec-12 1:33am View    
no actulay that grid listing is on click event of link btn but when that grid is visible true on that page there are twu btns next and previous so on that click event of btns i used
Response.Redirect(Request.CurrentExecutionFilePath + "?Page=" + (pos + 1));
AddShowRum.Visible = false;

GridData.Visible = true;
above code so on that panel is not hided
Member 9613701 7-Dec-12 1:26am View    
I have two panel on one page when i click on link btn one panel is hide and one iss enable so when i click on next btn on the panel which is visible in that page the panel which i want to hide that is not hided and the panel which i want to show visible true that also not working..