The Gang of Four javascript design patterns have a handful of patterns to use. I understand that the patterns are great and can be used at the client side. But how do I pass these objects to the server side with a Asp.net web forms application.
I mean if I would like to pass the javascript object to server side then how do I do it.
I know that i can use ajax calls to methods and pass the objects via jquery.
I would like to know if there is any other way that I could pass the javascript objects to the server side.
I also know that there are hidden fields to pass to server side.
My question is that Is it sensible to use javascript design patterns with asp.net web forms application?