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
Permissions issue with system folder
Start up page in VS 2008 using ASP.NET
Bring in data from linked database in batched
Save Cursor as Bitmap
Filter form
How do I export an Access Report to Excel and show the text/number fields correctly?
Creating new alphanumeric primary key in existing tables.
Running a query inside of open form
How to add totals to a row in a sql 2008 pivot stored procedure
Access denied for backup operator user