asp.net - doing a post from HTML anchor -


is possible have post request if click on html anchor instead of linkbutton?

is anchor exclusively used requests , there no way around it? there trick ways accomplish this?

a linkbutton uses snippet of (messy, inline) javascript on anchor post page calling asp.net client method __dopostback(). can replicate behavior by:

  1. writing own script post page (keep in mind may cause problems validators)
  2. writing own script call __dopostback()
  3. using server method generate script

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -