i have create an gridview under UpdatePanel, when user click on link button on another grid, it will then show the UpdatePanel. How can i show the updatePanel without refresh the page?
protected void LinkButtonCommand(object sender, CommandEventArgs e)
{
if (eventButton.CommandName.Equals("Submit"))
{
UpdatePanel.Visible = true;
BindGrid();
}
}
protected void LinkButtonCommand(object sender, CommandEventArgs e)
{
if (eventButton.CommandName.Equals("Submit"))
{
UpdatePanel.Visible = true;
BindGrid();
}
}
Hi there,
you can get all ur queries solved @ www.projectsdeal.com
A very good platform to showcase ur project and to get any project. happy tech surfing!
ps: Dont hestitate to call them. i did and it helped me incredibly!
you can get all ur queries solved @ www.projectsdeal.com
A very good platform to showcase ur project and to get any project. happy tech surfing!

ps: Dont hestitate to call them. i did and it helped me incredibly!