Simple one for you all…
"https://www.nasdaq.com/symbol/"+row("SName").ToString +"/realtime"
Ive added the /realtime part at the end… but … when navigating to the url in the browser it puts -realtime
how do i make the / a /
Simple one for you all…
"https://www.nasdaq.com/symbol/"+row("SName").ToString +"/realtime"
Ive added the /realtime part at the end… but … when navigating to the url in the browser it puts -realtime
how do i make the / a /
You are doing it right, what is the value of row(“SName”).ToString?
Figured it out
the Realtime should of had a dash in it, ie /real-time now works
Its default one , it will navigating to that page
“https://www.nasdaq.com/symbol/googl/realtime” if you manually go to this page also its converting into this url
“https://www.nasdaq.com/symbol/googl-realtime”
Its Not an Coding issue