asked on
Dim menuViewState As String
menuViewState = Request.QueryString("viewstate")
Select menuViewState
Case 1
'Something Here
Case 2
'Something Here
Case Else
Dim tblMenuTable As Table
tblMenuTable.Rows(0).Cells(0).Attributes.Add("bgcolor", "#d8e9f9")
End Select
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY