Hi
My issue is If I click the link button in my page, then Table1 should get visible & by default the Table1 should not be visible. For that, I have set the visible property of the Table1 as False by default & under link button click event I have set it as True. But the problem is the page is loading every time. Can anybody reply me how to control the page load.
My issue is If I click the link button in my page, then Table1 should get visible & by default the Table1 should not be visible. For that, I have set the visible property of the Table1 as False by default & under link button click event I have set it as True. But the problem is the page is loading every time. Can anybody reply me how to control the page load.
Comment