H
hazz
oh it hurts to be a newbie again....:-(
I have a button click event I want to handle for a button to create an excel
spreadsheet from gridview contents.
I can't write the code for the button click event on the master cuz it
doesn't know anything about Gridview1.
But if I put the code on the page where GridView1 is and NOT on the
masterpage, then I get this;
Error 1 'ASP.masterpage_master' does not contain a definition for
'Button1_Click' \test_report\MasterPage.master 38
But the tutorials made this all look so easy !!
Thanks,
-Greg
I have a button click event I want to handle for a button to create an excel
spreadsheet from gridview contents.
I can't write the code for the button click event on the master cuz it
doesn't know anything about Gridview1.
But if I put the code on the page where GridView1 is and NOT on the
masterpage, then I get this;
Error 1 'ASP.masterpage_master' does not contain a definition for
'Button1_Click' \test_report\MasterPage.master 38
But the tutorials made this all look so easy !!
Thanks,
-Greg