Microsoft
Software
Hardware
Network
Question : grabbing text from a string after a logic
I have the following string: "elli-pictures/18.aspx?PGI
mageID=905
8"
how can i code in vb to grab all the information after "PGImageID=". In this case, i need it to return 9058
Answer : grabbing text from a string after a logic
First:
Dim str As String = "elli-pictures/18.aspx?PGI
mageID=905
8"
Dim strs As String() = str.Split("="c)
Dim number As String = strs(1)
Response.Write(number)
Random Solutions
Win7 unable to remotely manage Win2k8 Full Server
order by in union works in sql 2005 but not in sql 2000
routine backup practices for access 2003
Cell with date shows as numeric ..
laptop screens brightness, compatibility other
Connectivity Problems between DC and Edge server in EBS domain
Sort by short month name in the Tablix
Windows 7 registy
keep a form maximized
compact command syntax help