How we open new window on a asp:linkButton Click event programmatically. In my program there is a textbox (named : txtUrl) and linkButton (or Button). On the link button click I need to get url form my text box (txtUrl) and open that url in new tab.
How we open new window on a asp:linkButton Click event programmatically. In my program
Share
Use following code to open Window by getting URL from Textbox. Write below code in aspx file: