tags:

views:

42

answers:

2

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?

+5  A: 

Microsoft's ASP.NET

rdkleine
+5  A: 

ASP.NET server controls that post to the current page generate those kind of links.

Jani