Template Repeater with Button

Happy New Year to everyone!

I’m working on a template repeater using just one button. My goal is to open a web browser when I press this button.

I tried using this code: system.net.openURL(“http://192.168.1.1”) and it works great if I use it outside the template repeater.

I’d love to implement the same functionality using the template repeater to open multiple browsers. Any suggestions would be greatly appreciated!

Does you template have a parameter named tagPath? (Why would you call a URL parameter "tagPath"?)

Are your buttons inside the template set up to use the template parameter for the argument to system.net.openURL() ? (Show your button code.)

Hi,
Will change the name that make confuse . Just given for test. No idea how pass this data set to this template.
thank you.

As documented, each row of that dataset is passed to the corresponding template, where the column name matches the template parameter name. Any other columns are discarded.

Hi,
I’ve tested the various web browsers, and it functions correctly on all of them. I belive the IP address is not working that I have to look my side.

Thank you for your support

1 Like