RE: [xsl] Calling a vb.net function from an xsl style sheet

Subject: RE: [xsl] Calling a vb.net function from an xsl style sheet
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Mon, 28 Jun 2004 12:03:51 -0500
Hi Cathy,

I assume you have a menu generated by XML / XSLT?

If so, please post some of your code, the output generated, and what you
want it to output.

Generally, calling vb.net functions from the client involves using
Javascript, calling into another web page or control that contains these
fuctions. The functions themselves run on the server, and output their
response to the browser.

HTH,
<prs/> 

-----Original Message-----
From: French, Cathy [mailto:clf16@xxxxxxxxxxx] 
Sent: Monday, June 28, 2004 7:30 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Calling a vb.net function from an xsl style sheet

Hi everyone ~

I am a newbie at XSL.  I am currently trying to implement a dropdown menu
into an existing web application.  Some of my menu items redirect users to
other pages, others perform specific functions.  The problem I have is that
I want to call an existing vb.net function that I have in my code behind
file from the onclick() event of the menu option selected.  I know this can
be done with javascript, but I'd really rather not have to rewrite my
functions.  Has anyone ever done this?
Any help is greatly appreciated.
 

Thanks in advance!

Cathy


Cathy L. French
 
Veterinary Computing Services
Programmer/Analyst III
Box 51
Ithaca, New York 14853
607.253.4112
clf16@xxxxxxxxxxx

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--

Current Thread