Posted on: 12/3/2014 1:31:34 PM | Views : 500

Dear all
I have created a form with 2 pages. 
The first has a cascading ddl which then should be passing on the parameters to the 2nd page.
The ddl is querying the database and returning the values succesfully but upon clicking "submit" which loads the selections based on the ddl on the 1st page I get the following.
Compilation 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: CS0103: The name 'ddlDept' does not exist in the current context < ...

Go to the complete details ...