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