Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...