How to let Html Link (anchor) do a postback to be like LinkButton?
Posted
by Pr0fess0rX
on Stack Overflow
See other posts from Stack Overflow
or by Pr0fess0rX
Published on 2010-03-19T11:59:54Z
Indexed on
2010/03/19
12:01 UTC
Read the original article
Hit count: 132
Hello, I would like to ask how can i make an html anchor (a element) or even any object to do a postback or to execute an server side method? I want to create a custom button (a wrapped with some divs to do some custom them) and i want to implement OnClick to be look like the ASP.NET LinkButton?
© Stack Overflow or respective owner