Click here to Skip to main content
15,897,090 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
Ajax.ActionLink("Link name",....)


it is possible to put checkbox in place of "Link name" ?

if so how?

thanks,
Posted

1 solution

The simple answer is no. That property only takes text values. However, what you want to do is possible. For instance, you could hook up jQuery to watch a checkbox. When it gets checked, you could execute the same method as the ActionLink would have executed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900