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:
- writing own script post page (keep in mind may cause problems validators)
- writing own script call
__dopostback()
- using server method generate script
Comments
Post a Comment