( C# in ASP.NET ) can a hyperlink call a function?
In the design form, we can set a label into a hyperlink. example:
lblSideMenu.text =
"<a href=mainpage.aspx>Main Page</a><BR>" +
"<a href=product.aspx>Product</a>";
by the way, it's is possible for us to write smth into the label to enable when user click the hyperlink, it will call a function? may b something nid to change within the <a> tag?
Any help could be appreciated? Thanks very much.
Goh Hoang Yuh
- C# Beginner in ASP.NET
|