hi
thanks for your reply
i've commented the line and now the page loads.
the problem now is that when i press the button i get the following error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types.
Main Topics
Browse All Topics





by: IrzanaPosted on 2008-03-19 at 13:05:47ID: 21165339
It seems there are two buttons with id "Button1"
comment the below line in code and try
Protected WithEvents Button1 As LinkButton