Using ASP:Hyperlink to call a VB function
Hey gang,
I'm loading items for a database, an FAQ style deal in fact. What I want to happen is to load everything and have the FAQ headers displayed on the page, with the FAQ text in a hidden label below the corresponding header. When the FAQ header is clicked, the text below it appears. I saw this on the MS site and it looked pretty slick. I'm trying to call a function from the <asp:hyperlink> tag but I can't seem to get it to call the function.
Any help appreciated!
Cheers :),
Jason
|