I have a web project and I creat a page to view the report using crystalreportview, if I put my code inside the page_load, the page_load event don't happen.
After I add
protected void crvExploration_Init(object sender, EventArgs e){
}
although the method inside is empty, the page_load event happened, any one has idea why this method cause page_load fired?
By the way, I am using vs.net 2008 professional version under window 2003 server.
Don't forget to click "Mark as Answer" on the post(s) that helped you.
![]() |
0 |
![]() |