I have Dim a(15) as integer i wont to save this array in Viewstate .
You just need to assign this variable to ViewState with a given key. Note that when you attempt to access the variable, you will need to cast it to the appropriate type.