Skip to content
Loading
display gridview on button click
when i set breakpoint and click on button then griddata not call whereas this container is display on button click ..
any solution?
0
  • Midhun Tp
    Hi,
    Please try putting below code in button click function -
    UpdatepanelID.Update();
    0
  • Vinay Singh
    on that case keep the button also inside the update panel
    0
  • no but grid is inside this
    0
  • Vinay Singh
    in button click use
    Gridview1.Visible=true;
    0
  • Midhun Tp
    Hi,
    Is your button click firing? Is the button inside update panel?
    0