id è dichiarato sempre nel file code behind come public
e recuperato nella sub Page_Load anch'essa inserita nel file code behind !
public id as string
Sub Page_Load(obj as object, e as eventArgs)
if not Page.IsPostBack then
id = Request.QueryString("id")
.
.
.
.