why in Page_Unload (your SelectedValue will not appear)
(you should change it somewhere like Page_Load or everywhere you need
except Page_Unload)
everything declared in Page_Unload will not appear in the page
the error tells you there is not a dropdown list
are you sure you have a line like below in your codebehind in your page class?
Code:
protected System.Web.UI.WebControls.DropDownList Framleidandi;
--------------------------------------------
Mehdi.:)