defunkt / jquery-pjax

pushState + ajax = pjax
https://pjax.herokuapp.com
MIT License
16.73k stars 1.97k forks source link

Pjax with ASP.NET Web Forms #671

Closed SkyKurosaki closed 7 years ago

SkyKurosaki commented 7 years ago

I am trying to create an audio streaming website, allowing the user to play music while at the same time browse the site. But unfortunately there are no tutorials for such. Can you make a working example of how one gets to start using pjax with asp.net web forms. Thanks.

mislav commented 7 years ago

Sorry, I don't have experience with asp.net web forms. It sounds like you should be doing a more manual approach for your site and not use pjax, which is intended for simpler use cases.