did you declare
<form runat="server">
<asp:DropDownList id="byzys" runat="server" ..>
</form>in your aspx page? also dim inamess as string
if not (Request.Params("fuId") is nothing) then
  inamess  = Request.Params("fuId")
else
  inamess = ""
end if