Because you'll have to write the linkbutton tag like this
runat="server" style="text-decoration:none; color:#000000; " CommandArgument='<% #Eval("xId") %'> ><%# Eval("xLabel") %>And in codebehind like this
ViewState("vsTreeParent") = e.CommandArgument.ToString
()