Link button + set target frame
-
Hello, I want use a button that uses postback in the homepage of my application. Link button happens to do the work very well and also send the page Id and user Id accross but my problem is that, I am not able to set target frame if link button is used... does anyone know a workaround for this? Thanks in advance!
-
Hello, I want use a button that uses postback in the homepage of my application. Link button happens to do the work very well and also send the page Id and user Id accross but my problem is that, I am not able to set target frame if link button is used... does anyone know a workaround for this? Thanks in advance!
Dim link As New HyperLink link.Text = YOUR TEXT link.NavigateUrl = YOUR URL link.Target = "_blank" =================== Free Online Programming Resources http://www.programmingknowledge.com/
-
Dim link As New HyperLink link.Text = YOUR TEXT link.NavigateUrl = YOUR URL link.Target = "_blank" =================== Free Online Programming Resources http://www.programmingknowledge.com/
Hello, Thanks for the reply but I do not want to use hyperlink... I am using the "link button" control which can do some post back and also send some parameters to another but unlike hyperlink.... so do u think there is any way that I can set a target window with "link button"? any work around will do... Thanks, Commickey