Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~137 People Reached
Favorite Forums
Favorite Tags
Member Avatar for annie212

Below is my code and I get the above mentioned error in vb.net. I am trying to pass blank in integer . Private ReadOnly Property GPLegalEntityId() As Integer Get If Request.QueryString("GPLegalEntityId") = "" Then Return "" Else Return Convert.ToInt32(Request.QueryString("GPLegalEntityId")) End If End Get End Property

Member Avatar for SheSaidImaPregy
0
137