how to show updatepanel without refresh the page

Reply Forum
Forum postaoshi_kh @ 2010-02-08 06:35:07
ReplyReply to
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();
}
}











© net-tutorials.com 2006 - 2010