Dear All,
May i know how to solve this problem ? Kindly advise, thank you
namespace web
{
public partial class Summary : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
FillType();
FillLocation();
}
AjaxControlToolkit.ToolkitScriptManager ToolkitScriptManager = AjaxControlToolkit.ToolkitScriptManager.GetCurrent(this.Page);
ToolkitScriptManager.RegisterPostBackControl(this.ExportToCSVIB);
}
