burak Posted September 17, 2003 Posted September 17, 2003 Hello, I have a server side sub Sub CategoryList(Optional ByVal strCd As String = "00000000") that I am trying to call from a hyperlink on my page. <a language='vb' runat='server' href='#' onfiltered='CategoryList(1700000)'>Test Link</a> but nothing is happening. How can I create a hyperlink that calls this function? Thank you, Burak Quote
Administrators PlausiblyDamp Posted September 17, 2003 Administrators Posted September 17, 2003 IIRC there is a control called a linked button on your toolbox - probably the easiest way I can think of. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
burak Posted September 17, 2003 Author Posted September 17, 2003 Hello, actualy this is what I am trying to do: I have a page with couple of panes in it. I want to go to another page from one of these panes, but whenever I do Response.Redirect or Server.Transfer, I do not get transferred to the second page. It seems like it is trying to bring up the second page in the first page. So I have two questions: 1) How can I get transferred to another page from a pane? 2)How can I have the second page do some processing and then return a string value to the first page ( the page with the pane)? This is more involved then calling a function because the second page gets submitted to itself couple of times. Thank you, Burak Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.