VB.NET Dim x As New SortedList() x.Add('Key1', 'ValueA') x.Add('Key2', 'ValueB'). To store in Session: Session('SortedList1') = x. and to retrieve
確定! 回上一頁