Dear All..!!
Greetings of the day..!!
I am developing an asp.net website,. For some functionality i heve created one Web Service and i am calling that web service using Jquey.
Now the problem is it calls the Web Service properly but does not retain value returned form web service. How do i over come this from this?
Below is my code.
<%@ Page Title="" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false"
CodeFile="CallMethodUsingJquery.aspx.vb" Inherits="CallMethodUsingJquery"%>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="Server">
<script type="text/javascript&qu ...
Go to the complete details ...