Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3116 Points
764 Posts
May 01, 2012 01:05 PM|LINK
in protected void ExportToExcel(object sender, EventArgs e)
why do u need object and eventArgs?
make you function as following
protected void ExportToExcel()
and in your page load
ExportToExcel();
AmalO.Abdull...
Contributor
3116 Points
764 Posts
Re: How to call different protected void in the Page_Load ?
May 01, 2012 01:05 PM|LINK
in protected void ExportToExcel(object sender, EventArgs e)
why do u need object and eventArgs?
make you function as following
and in your page load