This isn't necessarily VB.net, but I'm using VB.net to control a webpage. At one point I need to go directly to a webpage based on a text name.
example
from
What are all of those %##'s called, and how do I convert to them
example
Code:
[URL unfurl="true"]http://***.***.com/***/***/MGViewItems.asp?BatchId=1322334&BatchName=JAN+EC+GSA+%31%31%2D%32%32%5F%37%31&Type=Signs&Tab=Batches&UPC=&SearchColumn=&LibraryKey=[/URL]
from
Code:
JAN EC GSA 11-22_71
What are all of those %##'s called, and how do I convert to them