Help me to solve the issue.
I have create a hyperlink in C# codebehind.
HyperLink linkMaterialStatus = new HyperLink();
When user clicks the hyperlink instead of navigating in the same screen I need to open a new window.
Help me to solve the issue.
I have create a hyperlink in C# codebehind.
HyperLink linkMaterialStatus = new HyperLink();
When user clicks the hyperlink instead of navigating in the same screen I need to open a new window.