What web framework uses "javascript:__doPostBack()"

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-05-29T07:38:20Z Indexed on 2010/05/29 7:42 UTC
Read the original article Hit count: 101

Filed under:

I've seen this all over the web

javascript:__doPostBack('ctl00$ContentPlaceHolder1$lnk2','')

Checking headers of the last place I saw it didn't reveal a server side language.

What server side language and/or framework encourages this style of link?

© Stack Overflow or respective owner

Related posts about JavaScript