LinkButton
-
Hi I have a website with 3 frameset. I need to know how do I code the linkbutton_click event to open another page but in another frameset. I already try Response.Redirect("another.aspx"); but it opens the page in the same frameset where the linkbutton is. I know how to set the target in a hyperlink, but not in a linkbutton Any help would be appreciated Thanks
-
Hi I have a website with 3 frameset. I need to know how do I code the linkbutton_click event to open another page but in another frameset. I already try Response.Redirect("another.aspx"); but it opens the page in the same frameset where the linkbutton is. I know how to set the target in a hyperlink, but not in a linkbutton Any help would be appreciated Thanks
See the following link. It is for ASP, but the reason seems very logical, even in ASP.NET. http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=214#a3[^] -- LuisR
Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!