I couldn\'t solve that mistery question in SQL SERVER. Here an example that I tried to do and it didn\'t work.
I want to use jQuery\'s .get method to send an ajax call to the server. I am using this line: $.get(\"InfoRetrieve\", { },addContent(data))开发者_运维问答;
Can we pass a parameter to a view in Microsoft SQL Server? I tried to cr开发者_如何学Ceate view in the following way, but it doesn\'t work:
Currently I\'m using something like: $(\'.myclass\').click(function(){ var msg = $(this).attr(\'id\'); alert(msg)