How do I call this method from a hyperlink by passing the input parameter.
Suggestions or solutions would be appreciated.
Thanks!!!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Jan 14, 2013, 10:32 PM
Instead of Hyperlink, use Link Button in ASPX. It has some good features and easy to do coding compared to Hyperlink. On UI, both will be rendered as Anchor tag.
Follow my blog on the same:
http://ilovemicrosoft.blogspot.com/2013/01/calling-server-side-function-from-link.html
Let me know if you have any questions.